Skip to content

Commit 5e52e2d

Browse files
committed
Fixes
1 parent 5ebab4b commit 5e52e2d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"sarif",
1616
"tagname",
1717
"vite",
18-
"VSIX"
18+
"VSIX",
19+
"ZIZMOR"
1920
],
2021
"flagWords": [
2122
"hte"

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
19+
2020
- uses: streetsidesoftware/cspell-action@dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d # v7.2.0
2121
with:
2222
check_dot_files: false

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
SUPPRESS_POSSUM: true
3737
VALIDATE_ALL_CODEBASE: false
3838
VALIDATE_EDITORCONFIG: false
39+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
3940
VALIDATE_HTML: false
4041
VALIDATE_HTML_PRETTIER: false
4142
VALIDATE_JSCPD: false

0 commit comments

Comments
 (0)