mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 13:37:24 +08:00
Fix: Use --fix flag instead of --fix-only in autofix workflow (#25425)
This commit is contained in:
parent
22cd97e2e0
commit
e5122945fe
2
.github/workflows/autofix.yml
vendored
2
.github/workflows/autofix.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
cd api
|
cd api
|
||||||
uv sync --dev
|
uv sync --dev
|
||||||
# Fix lint errors
|
# Fix lint errors
|
||||||
uv run ruff check --fix-only .
|
uv run ruff check --fix .
|
||||||
# Format code
|
# Format code
|
||||||
uv run ruff format .
|
uv run ruff format .
|
||||||
- name: ast-grep
|
- name: ast-grep
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user