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 b01fe13 commit 974d835Copy full SHA for 974d835
.pre-commit-config.yaml
@@ -25,8 +25,9 @@ repos:
25
hooks:
26
- id: actionlint
27
args: [
28
- -ignore='property "debug_build" is not defined',
29
- -ignore='property "allow_failure" is not defined',
+ -ignore=property "debug_build" is not defined,
+ -ignore=property "allow_failure" is not defined,
30
+ -ignore=SC2(046|086),
31
]
32
ci:
33
autoupdate_schedule: quarterly
0 commit comments