Skip to content

Commit

Permalink
Update codespell action
Browse files Browse the repository at this point in the history
Try to get a warning directly on the PR site
  • Loading branch information
plettich committed Dec 9, 2024
1 parent 758f9a1 commit e05abdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .codespell_skip
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
./privacyidea/static/contrib/*
./privacyidea/static/components/translation/*
./privacyidea/translations/*
./po/*
./privacyidea/static/components/translation/translations.js
*.po
2 changes: 1 addition & 1 deletion .github/workflows/rd_codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
codespell -q 3 -S ./privacyidea/static/contrib/*,translations.js,*.po -L assertIn . \
codespell -q 3 -S $(paste -s -d, .codespell_skip) -L assertIn . \
| reviewdog -efm="%f:%l: %m" -name="codespell" -reporter=github-pr-check -level=warning

0 comments on commit e05abdb

Please sign in to comment.