diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0409f3..9903bcd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: run: black --check examples/ src/ tests/ - name: Check ruff - run: ruff -q examples/ src/ tests/ + run: ruff check -q examples/ src/ tests/ - name: Check Mypy run: mypy src/