Skip to content

Commit

Permalink
Codespell: Remove github action params duplicated from .codespellrc
Browse files Browse the repository at this point in the history
.codespellrc already exists in the project
  • Loading branch information
gbjk committed Jan 28, 2025
1 parent e42e778 commit 09ed94d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
exclude_file: contrib/spellcheck/exclude_lines.txt
skip: ./.git,./web,./currency/code_types.go,*.json,*.sum,*.html
ignore_words_file: contrib/spellcheck/ignore_words.txt
ignore_regex: currency\.\w+

0 comments on commit 09ed94d

Please sign in to comment.