Skip to content

Commit a64541c

Browse files
authored
Add style bot (#1078)
* init * Apply suggestion from @NathanHB * Apply suggestion from @NathanHB * Apply suggestion from @NathanHB * Apply suggestion from @NathanHB * Apply suggestion from @NathanHB * try 2 * try 2
1 parent d59ce25 commit a64541c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_style_bot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
6666
- name: Run ruff format --check
6767
run: |
68-
uv run ruff format --check .
69-
uv run ruff check --fix .
68+
ruff format --check .
69+
ruff check --fix .
7070
- name: Commit and push changes
7171
id: commit_and_push
7272
env:

0 commit comments

Comments
 (0)