Skip to content

Commit 0859042

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-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:.+'

0 commit comments

Comments
 (0)