Skip to content

Commit

Permalink
Update itinerant_ruff_fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 25, 2024
1 parent fea6410 commit 537e360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.inputs.repo }}
branch: dev
ref: dev # branch, tag, or SHA
- run: ls -Fla
- run: codespell --count --ignore-words-list=assertin,astroid,crate || true
- run: auto-walrus . || ruff check --select=SIM108,UP034 --fix --unsafe-fixes || git diff || true
Expand Down

0 comments on commit 537e360

Please sign in to comment.