diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a57ce2..807904d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Lint run: | - ruff check . + ruff check --fix . ruff format --check . - name: Type check