Skip to content

Commit 64f5554

Browse files
committed
Disable spelling check
Signed-off-by: Joe Block <[email protected]>
1 parent 88258d6 commit 64f5554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/megalinter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
VALIDATE_ALL_CODEBASE: false
5454
DEFAULT_BRANCH: main
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
DISABLE_LINTERS:
57+
- SPELL_CSPELL
58+
# SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
5659

5760
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
5861
- name: Archive production artifacts

0 commit comments

Comments
 (0)