Skip to content

Commit ac77d5c

Browse files
committed
fix: exclude README.md and .editorconfig from spell checker
README has code examples and format names (jpg, Moz, URL, etc.). .editorconfig has config keys (charset, utf, toml).
1 parent c448a16 commit ac77d5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/spell-check/excludes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ yarn-1.19.0.js$
2222
^\.github/workflows/
2323
^\.npmignore$
2424
^LICENSE$
25+
^README\.md$
26+
^\.editorconfig$

0 commit comments

Comments
 (0)