We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c40e5 commit edecfc9Copy full SHA for edecfc9
1 file changed
.github/workflows/ruff.yml
@@ -28,10 +28,10 @@ jobs:
28
with:
29
version: "latest"
30
- name: Run Ruff Fix
31
- run: ruff check --fix
+ run: ruff check --fix --unsafe-fixes || true
32
- name: Run Ruff Format
33
- run: ruff format
34
- - name: Commit changes
+ run: ruff format || true
+ - name: 提交更改
35
if: success()
36
run: |
37
git config --local user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments