mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 05:38:11 +08:00
fix: don't run lint with --fix on push tests (#2273)
* 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>
This commit is contained in:
co-authored by
maniarathi
Madison Dunitz
parent
2b072e6271
commit
1998c0ad63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user