.
This commit is contained in:
parent
d6d3b125ed
commit
4af6275b79
3 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
[tool.codespell]
|
||||
skip = ".git,target,node_modules,.forgejo,src,bin"
|
||||
extensions = "md,html,adoc,txt"
|
||||
dictionaries = ["clear", "rare", "informal", "code"]
|
||||
3
.codespellrc
Normal file
3
.codespellrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[codespell]
|
||||
skip = .git,target,node_modules,.forgejo,src,bin
|
||||
extension = md,html,adoc,txt
|
||||
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
pip install codespell
|
||||
|
||||
- name: Run codespell
|
||||
run: codespell --toml .codespell.toml
|
||||
run: codespell --config .codespellrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue