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 a8e0467 commit b01fe13Copy full SHA for b01fe13
.pre-commit-config.yaml
@@ -25,8 +25,8 @@ repos:
25
hooks:
26
- id: actionlint
27
args: [
28
- # -ignore=1st argument of function call is not assignable,
29
- # -ignore=SC2(015|038|086|091|097|098|129|155),
+ -ignore='property "debug_build" is not defined',
+ -ignore='property "allow_failure" is not defined',
30
]
31
ci:
32
autoupdate_schedule: quarterly
0 commit comments