Remove a ruff check auto-fix from the ruff format workflow (#3628)

Running an auto-fix in CI can cause the format check to pass, even
though the same format check fails locally.
This commit is contained in:
correctmost 2025-06-24 11:29:06 +00:00 committed by GitHub
parent 85f83214f7
commit 572b4b6c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -8,5 +8,4 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
- run: ruff check --select=COM812 --fix
- run: ruff format --diff