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:
parent
85f83214f7
commit
572b4b6c29
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue