diff --git a/.github/workflows/pr_style_bot.yaml b/.github/workflows/pr_style_bot.yaml index 1f34873da..27d3c810e 100644 --- a/.github/workflows/pr_style_bot.yaml +++ b/.github/workflows/pr_style_bot.yaml @@ -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: