浏览代码

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

tags/1.9.0
-LAN- 1 个月前
父节点
当前提交
e5122945fe
没有帐户链接到提交者的电子邮件
共有 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

正在加载...
取消
保存