Skip to content

Commit 974d835

Browse files
committed
Fix CI
1 parent b01fe13 commit 974d835

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ repos:
2525
hooks:
2626
- id: actionlint
2727
args: [
28-
-ignore='property "debug_build" is not defined',
29-
-ignore='property "allow_failure" is not defined',
28+
-ignore=property "debug_build" is not defined,
29+
-ignore=property "allow_failure" is not defined,
30+
-ignore=SC2(046|086),
3031
]
3132
ci:
3233
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)