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 3b4fbd7 commit fea6410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.inputs.repo }}
branch: dev
- 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 fea6410

Please sign in to comment.