mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 03:38:11 +08:00
disable eslint in github workflow (#1412)
This commit is contained in:
@@ -35,16 +35,16 @@ jobs:
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
make lint-server
|
||||
- name: Lint all with eslint
|
||||
working-directory: ./client
|
||||
if: github.event_name != 'pull_request'
|
||||
run: |
|
||||
make lint
|
||||
- name: Lint diff with eslint
|
||||
working-directory: ./client
|
||||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
make lint-diff
|
||||
# - name: Lint all with eslint
|
||||
# working-directory: ./client
|
||||
# if: github.event_name != 'pull_request'
|
||||
# run: |
|
||||
# make lint
|
||||
# - name: Lint diff with eslint
|
||||
# working-directory: ./client
|
||||
# if: github.event_name == 'pull_request'
|
||||
# run: |
|
||||
# make lint-diff
|
||||
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user