Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecd0d0 commit fc14247Copy full SHA for fc14247
1 file changed
.pre-commit-config.yaml
@@ -19,16 +19,16 @@ repos:
19
- id: forbid-submodules
20
- id: trailing-whitespace
21
22
- - repo: https://github.com/python-jsonschema/check-jsonschema
23
- rev: 0.36.2
24
- hooks:
25
- - id: check-github-workflows
26
-
27
# This doesn't understand environment/deployment yet:
28
- #- repo: https://github.com/rhysd/actionlint
29
- # rev: v1.7.11
+ #- repo: https://github.com/python-jsonschema/check-jsonschema
+ # rev: 0.36.2
30
# hooks:
31
- # - id: actionlint
+ # - id: check-github-workflows
+
+ - repo: https://github.com/rhysd/actionlint
+ rev: v1.7.11
+ hooks:
+ - id: actionlint
32
33
- repo: https://github.com/abravalheri/validate-pyproject
34
rev: v0.25
0 commit comments