Skip to content

Commit

Permalink
itinerant_codespell.yml --summary
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 6, 2024
1 parent 59dc48d commit f75e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itinerant_codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
repository: ${{ github.event.inputs.repo }}
- run: pip install --user codespell
- run: codespell --ignore-words-list="crate" --count --skip="./.*,*.po,*.svg" # --skip="*.css,*.js,*.json,*.lock,*.map,*.po,*.svg"
- run: codespell --ignore-words-list="assertin,crate" --count --skip="./.*,*.po,*.svg" --summary # --skip="*.css,*.js,*.json,*.lock,*.map,*.po,*.svg"

0 comments on commit f75e1dc

Please sign in to comment.