mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
CI: add isort --check to validate job (#12727)
This commit is contained in:
parent
e2b70df012
commit
e73c1a89bf
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -37,6 +37,10 @@ jobs:
|
|||
run: |
|
||||
python -m pip install black -c requirements.txt
|
||||
python -m black spacy --check
|
||||
- name: isort
|
||||
run: |
|
||||
python -m pip install isort -c requirements.txt
|
||||
python -m isort spacy --check
|
||||
- name: flake8
|
||||
run: |
|
||||
python -m pip install flake8==5.0.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user