chore: Update ruff command in py_autofix.yml to use 'ruff check' before 'ruff --fix-only' (#2461)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-01 16:36:06 -03:00 committed by GitHub
commit 8bcba2d414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: install-pinned/ruff@b52a71f70b28264686d57d1efef1ba845b9cec6c
- run: ruff --fix-only .
- run: ruff check --fix-only .
- run: ruff format .
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a