Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/pr_style_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:

- name: Run ruff format --check
run: |
uv run ruff format --check .
uv run ruff check --fix .
ruff format --check .
ruff check --fix .
- name: Commit and push changes
id: commit_and_push
env:
Expand Down
Loading