Fix: Use --fix flag instead of --fix-only in autofix workflow (#25425)

This commit is contained in:
-LAN- 2025-09-09 17:00:00 +08:00 committed by GitHub
parent 22cd97e2e0
commit e5122945fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
cd api
uv sync --dev
# Fix lint errors
uv run ruff check --fix-only .
uv run ruff check --fix .
# Format code
uv run ruff format .
- name: ast-grep