Skip to content

Commit

Permalink
fix: Make sure files are checked (#930)
Browse files Browse the repository at this point in the history
* fix: Make sure files are checked
   fix #318
  • Loading branch information
Jason3S committed Aug 29, 2022
1 parent ba2a012 commit 1c1e76a
Show file tree
Hide file tree
Showing 10 changed files with 530 additions and 38 deletions.
4 changes: 4 additions & 0 deletions action-src/cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"ignorePaths": [
"**/coverage/**",
"**/.git/*/**",
"**/.git/!{COMMIT_EDITMSG,EDITMSG}",
"node_modules",
"__recordings__",
"__snapshots__"
],
"useGitignore": true,
"ignoreWords": [
"EDITMSG",
"pollyjs"
]
}

0 comments on commit 1c1e76a

Please sign in to comment.