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 6c1f6f9 commit 3fff4efCopy full SHA for 3fff4ef
.github/linters/actionlint.yaml
@@ -0,0 +1,5 @@
1
+---
2
+paths:
3
+ .github/workflows/ci.yaml:
4
+ ignore:
5
+ - 'condition "false" is always evaluated to false. remove the if:.+'
.github/workflows/ci.yaml
@@ -76,6 +76,7 @@ jobs:
76
- name: Lint Code Base
77
uses: super-linter/super-linter/slim@v8
78
env:
79
+ GITHUB_ACTIONS_CONFIG_FILE: actionlint.yaml
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
VALIDATE_CHECKOV: false
82
VALIDATE_TRIVY: false
0 commit comments