diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bca995c8c5..4238560d71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Run Linting shell: bash -l {0} run: | - ruff . + ruff check . - name: Run Tests id: run_tests