소스 검색

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

tags/1.9.0
-LAN- 1 개월 전
부모
커밋
e5122945fe
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .github/workflows/autofix.yml

+ 1
- 1
.github/workflows/autofix.yml 파일 보기

@@ -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

Loading…
취소
저장