We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cd0cd commit 5132952Copy full SHA for 5132952
.pre-commit-config.yaml
@@ -11,15 +11,15 @@ repos:
11
- id: mixed-line-ending
12
exclude: '.*\.diff$'
13
- repo: https://github.com/rhysd/actionlint
14
- rev: v1.7.0
+ rev: v1.7.1
15
hooks:
16
- id: actionlint
17
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
18
rev: v2.2.0
19
20
- id: shell-fmt-go
21
- repo: https://github.com/google/yamlfmt
22
- rev: v0.12.1
+ rev: v0.13.0
23
24
- id: yamlfmt
25
ci:
0 commit comments