mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +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: |
|
||||
python -m pip install flake8==5.0.4
|
||||
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:
|
||||
name: Test
|
||||
needs: Validate
|
||||
|
|
Loading…
Reference in New Issue
Block a user