We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b9ba1 commit b34ebd1Copy full SHA for b34ebd1
1 file changed
.pre-commit-config.yaml
@@ -45,7 +45,9 @@ repos:
45
entry: ./sort_regressionfiles_yaml.sh
46
language: script
47
files: ^regressionfiles\.yaml$
48
- - repo: https://github.com/Mateusz-Grzelinski/actionlint-py
49
- rev: "v1.7.7.23"
+ - repo: https://github.com/rhysd/actionlint
+ rev: "v1.7.7"
50
hooks:
51
- id: actionlint
52
+ additional_dependencies:
53
+ - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0"
0 commit comments