Skip to content

Merge branch 'main' of https://github.com/AdelBeit/react-icon-ether #55

Merge branch 'main' of https://github.com/AdelBeit/react-icon-ether

Merge branch 'main' of https://github.com/AdelBeit/react-icon-ether #55

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout, set up Yarn and Node.js
uses: mskelton/setup-yarn@v1.4.0
- run: yarn --frozen-lockfile
- run: yarn lint && yarn build