Skip to content

Commit e3638ba

Browse files
committed
Configure codespell repo-wide
1 parent 9095291 commit e3638ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codespellrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[codespell]
2+
skip = deno.lock,data
3+
ignore-words-list = particpants

.github/workflows/codespell.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: codespell-project/actions-codespell@master
22-
with:
23-
ignore_words_list: ro,anser,te,tage,afterall,nwe,nin,nd,falsy
24-
skip: deno.lock

0 commit comments

Comments
 (0)