mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 08:12:24 +03:00
ci: add cython-lint
This commit is contained in:
parent
e874a04b67
commit
c758fd6591
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -41,6 +41,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install flake8==5.0.4
|
python -m pip install flake8==5.0.4
|
||||||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823,W605 --show-source --statistics
|
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823,W605 --show-source --statistics
|
||||||
|
- name: cython-lint
|
||||||
|
run: |
|
||||||
|
python -m pip install cython-lint -c requirements.txt
|
||||||
|
python -m cython-lint spacy
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Test
|
name: Test
|
||||||
needs: Validate
|
needs: Validate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user