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 40d50c7 commit 0aa5bbfCopy full SHA for 0aa5bbf
.pre-commit-config.yaml
@@ -52,10 +52,22 @@ repos:
52
rev: v1.10.0
53
hooks:
54
- id: python-use-type-annotations
55
+- repo: https://github.com/rhysd/actionlint
56
+ rev: v1.6.22
57
+ hooks:
58
+ - id: actionlint-docker
59
+ args:
60
+ - -ignore
61
+ - 'SC2155:'
62
63
+ - 'SC2086:'
64
65
+ - 'SC1004:'
66
- repo: https://github.com/sirosen/check-jsonschema
67
rev: 0.29.1
68
69
- id: check-github-actions
70
ci:
71
skip:
72
+ - actionlint-docker
73
- check-github-actions
0 commit comments