lint.yml 177 B

123456789101112
  1. name: Lint
  2. on: [push]
  3. jobs:
  4. lint:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. - run: yarn install --frozen-lockfile
  9. - run: yarn lint