Skip to content

Commit 9e3b6c7

Browse files
authored
Merge pull request #86 from codebytes/fix/super-linter-config
Fix super-linter failures on main
2 parents 75b710b + adedc91 commit 9e3b6c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This workflow executes several linters on changed files based on languages used in your code base whenever
2-
# you push a code or open a pull request.
1+
# This workflow lints changed files based on languages
2+
# used in your code base on push or pull request.
33
#
44
# You can adjust the behavior by modifying this file.
55
# For more information, see:
@@ -52,3 +52,4 @@ jobs:
5252
VALIDATE_BIOME_LINT: 'false'
5353
VALIDATE_CHECKOV: 'false'
5454
VALIDATE_TRIVY: 'false'
55+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: 'false'

0 commit comments

Comments
 (0)