We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64541c commit 66ce47eCopy full SHA for 66ce47e
.github/workflows/pr_style_bot.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Run ruff format --check
67
run: |
68
- ruff format --check .
+ ruff format .
69
ruff check --fix .
70
- name: Commit and push changes
71
id: commit_and_push
0 commit comments