Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 28, 2025
1 parent df1d0fd commit 3927447
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
run: pip install codespell==2.4.0

- name: Run Codespell
run: |
codespell \
--ignore-words=.codespell-ignore \
--skip="
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1
ignore_words_file: .codespell-ignore
skip: |
*.mod,*.sum,*.pdf,
./test/sharness/t0275-cid-security-data,./test/sharness/t0280-plugin-dag-jose-data,./bin,./docs/AUTHORS
"
./test/sharness/t0275-cid-security-data,
./test/sharness/t0280-plugin-dag-jose-data,
./bin,
./docs/AUTHORS

0 comments on commit 3927447

Please sign in to comment.