ci: add cython-lint

This commit is contained in:
Basile Dura 2023-06-02 09:47:13 +02:00
parent e874a04b67
commit c758fd6591
No known key found for this signature in database

View File

@ -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