fix(spell-check): github action exclude option
This commit is contained in:
10
.github/workflows/avoid-typos.yml
vendored
10
.github/workflows/avoid-typos.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
||||
reporter: github-pr-review
|
||||
level: error
|
||||
exclude: |
|
||||
"*.css"
|
||||
"**/package.json"
|
||||
"**/package-lock.json"
|
||||
".git/*"
|
||||
"*.ipynb"
|
||||
*.css
|
||||
**/package.json
|
||||
**/package-lock.json
|
||||
.git/*
|
||||
*.ipynb
|
||||
|
||||
Reference in New Issue
Block a user