mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 16:43:27 +08:00
chore: Update ruff command in py_autofix.yml to use 'ruff check' before 'ruff --fix-only' (#2461)
This commit is contained in:
committed by
GitHub
parent
b82b18fc3f
commit
8bcba2d414
2
.github/workflows/py_autofix.yml
vendored
2
.github/workflows/py_autofix.yml
vendored
@ -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
|
||||
Reference in New Issue
Block a user