diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e5d3c875..e34ba334 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,5 +23,5 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/library/setup - run: poetry run ruff format . - - run: poetry run ruff --fix . + - run: poetry run ruff check --fix . # - uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc