Skip to content

Commit

Permalink
chore: PR runs npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan committed Aug 18, 2021
1 parent b814489 commit 14d4035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Lint src with eslint
working-directory: ./client
run: |
npx eslint src __tests__
npm run lint
unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14d4035

Please sign in to comment.