Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: Lint
"on":
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
submodules: true
- name: Install ⚙️
run: yarn install
- name: Lint 🧹
run: yarn lint