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 825c8a1 commit eb0b3d2Copy full SHA for eb0b3d2
.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