chore: exclude npm files from spell check
This commit is contained in:
6
.github/workflows/avoid-typos.yml
vendored
6
.github/workflows/avoid-typos.yml
vendored
@@ -17,4 +17,8 @@ jobs:
|
||||
locale: "US"
|
||||
reporter: github-pr-review
|
||||
level: error
|
||||
exclude: "*.css"
|
||||
exclude: |
|
||||
"*.css"
|
||||
"**/package.json"
|
||||
"**/package-lock.json"
|
||||
".git/*"
|
||||
|
||||
Reference in New Issue
Block a user