Skip to content

Commit

Permalink
Ignore workflow files in spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <[email protected]>
  • Loading branch information
rydrman committed Jul 27, 2024
1 parent ccb9142 commit 6f45be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"**/*.svg",
"website/**/*.js",
"website/**/*.css",
"website/layouts/**"
"website/layouts/**",
".github/workflows/**"
],
"flagWords": [],
"language": "en",
Expand Down

0 comments on commit 6f45be8

Please sign in to comment.