Skip to content

Commit 06b9154

Browse files
committed
Demote yamllint errors to warnings
Signed-off-by: Joe Block <[email protected]>
1 parent 2827294 commit 06b9154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454
VALIDATE_ALL_CODEBASE: false
5555
DEFAULT_BRANCH: main
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_CHECKOV,REPOSITORY_TRIVY,REPOSITORY_GRYPE,SPELL_LYCHEE
5758
ACTION_ACTIONLINT_DISABLE_ERRORS: true
5859
REPOSITORY_KICS_DISABLE_ERRORS: true
59-
DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_CHECKOV,REPOSITORY_TRIVY,REPOSITORY_GRYPE,SPELL_LYCHEE
60+
YAML_YAMLLINT_DISABLE_ERRORS: true
6061

6162
# Upload Mega-Linter artifacts.
6263
# They will be available on Github action page "Artifacts" section

0 commit comments

Comments
 (0)