Skip to content

Commit 6f45be8

Browse files
committed
Ignore workflow files in spellcheck
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
1 parent ccb9142 commit 6f45be8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"**/*.svg",
55
"website/**/*.js",
66
"website/**/*.css",
7-
"website/layouts/**"
7+
"website/layouts/**",
8+
".github/workflows/**"
89
],
910
"flagWords": [],
1011
"language": "en",

0 commit comments

Comments
 (0)