diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6379482..0555e86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: restore-keys: ${{ runner.os }}-pip - run: python -m pip install ruff - run: | - ruff . + ruff check . test: needs: linting strategy: