Skip to content

Commit b01fe13

Browse files
committed
Fix CI
1 parent a8e0467 commit b01fe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ repos:
2525
hooks:
2626
- id: actionlint
2727
args: [
28-
# -ignore=1st argument of function call is not assignable,
29-
# -ignore=SC2(015|038|086|091|097|098|129|155),
28+
-ignore='property "debug_build" is not defined',
29+
-ignore='property "allow_failure" is not defined',
3030
]
3131
ci:
3232
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)