Skip to content

Commit 3fff4ef

Browse files
committed
fix(lint): ignore always-false condition errors in ci workflow
1 parent 6c1f6f9 commit 3fff4ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/linters/actionlint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Lint Code Base
7777
uses: super-linter/super-linter/slim@v8
7878
env:
79+
GITHUB_ACTIONS_CONFIG_FILE: actionlint.yaml
7980
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8081
VALIDATE_CHECKOV: false
8182
VALIDATE_TRIVY: false

0 commit comments

Comments
 (0)