Skip to content

Commit 1ac49c0

Browse files
authored
Merge branch 'main' into feat/add-kyrgyz-bench
2 parents 02ebe88 + 66ce47e commit 1ac49c0

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 .
69+
ruff check --fix .
7070
- name: Commit and push changes
7171
id: commit_and_push
7272
env:

0 commit comments

Comments
 (0)