diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9b94a10..fde6ad9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,3 +14,5 @@ jobs: pip install ruff==0.6.8 - name: Run Ruff run: ruff check --output-format=github . + - name: Check imports + run: ruff check --select I --output-format=github .