diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42f4c9c..39d48c1 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 check src/ + ruff --version && ruff check . test: needs: linting strategy: