We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88258d6 commit 64f5554Copy full SHA for 64f5554
.github/workflows/megalinter.yml
@@ -53,6 +53,9 @@ jobs:
53
VALIDATE_ALL_CODEBASE: false
54
DEFAULT_BRANCH: main
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
+ DISABLE_LINTERS:
57
+ - SPELL_CSPELL
58
+ # SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
59
60
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
61
- name: Archive production artifacts
0 commit comments