Skip to content

Commit

Permalink
fix: don't run lint with --fix on push tests (#2273)
Browse files Browse the repository at this point in the history
* fix: don't run lint with `--fix` on push tests

* npx

Co-authored-by: maniarathi <mani.arathi@gmail.com>
Co-authored-by: Madison Dunitz <madison.dunitz@chanzuckerberg.com>
  • Loading branch information
3 people authored Jul 27, 2021
1 parent 2b072e6 commit 1998c0a
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: |
make lint
npx eslint src __tests__
unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1998c0a

Please sign in to comment.