From c758fd65919207d4c36b5de3e08f7f70e6c909f5 Mon Sep 17 00:00:00 2001 From: Basile Dura Date: Fri, 2 Jun 2023 09:47:13 +0200 Subject: [PATCH] ci: add cython-lint --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 619570090..b593e3355 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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