Skip to content

Commit 815ee5f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/megalinter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
VALIDATE_ALL_CODEBASE: false
5454
DEFAULT_BRANCH: main
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
DISABLE_LINTERS: SPELL_CSPELL
57+
# SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
5658

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

0 commit comments

Comments
 (0)