.
This commit is contained in:
parent
4af6275b79
commit
ab82eea1ce
2 changed files with 5 additions and 4 deletions
|
|
@ -1,3 +0,0 @@
|
|||
[codespell]
|
||||
skip = .git,target,node_modules,.forgejo,src,bin
|
||||
extension = md,html,adoc,txt
|
||||
|
|
@ -20,4 +20,8 @@ jobs:
|
|||
pip install codespell
|
||||
|
||||
- name: Run codespell
|
||||
run: codespell --config .codespellrc
|
||||
run: |
|
||||
codespell \
|
||||
--skip=.git,target,node_modules,.forgejo,src,bin \
|
||||
--ignore-words-list= \
|
||||
content/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue