Skip to content

Update README.md

Update README.md #1308

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-build
- name: Lint
run: |
npm run lint --cache-dir=".turbo"