mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 12:08:11 +08:00
refactor lint->lint-server, introduce lint to lint all
This commit is contained in:
@@ -27,11 +27,11 @@ jobs:
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
pip install flake8
|
||||
make lint
|
||||
make lint-server
|
||||
- name: Lint all with eslint
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
make lint-client
|
||||
make lint-client
|
||||
- name: Lint diff with eslint
|
||||
if: github.ref != 'refs/heads/master'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user