Skip to content

Commit 0de1cf5

Browse files
committed
Fix codespell config
1 parent b11d945 commit 0de1cf5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
skip = *.html,*logo_matnwb.svg,*fastsearch.m,*.yaml,*testResults.xml
3-
ignore-words-list = whos
3+
ignore-words-list = DNE,nd,whos

.github/workflows/run_tests_dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212
branches:
1313
- master
1414
paths-ignore:
15-
- '*md'
15+
- *.md
16+
- *.codespellrc
1617
- .github/**
1718
#push:
1819
# branches-ignore:

0 commit comments

Comments
 (0)