Skip to content

Commit 95db611

Browse files
authored
Add shellcheck as an additional dependency for actionlint (#1344)
2 parents 9cbd96d + fdf97c9 commit 95db611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ repos:
6666
rev: v1.7.7
6767
hooks:
6868
- id: actionlint
69-
69+
additional_dependencies:
70+
- github.com/wasilibs/go-shellcheck/cmd/[email protected]
7071
# custom local hooks
7172
- repo: local
7273
hooks:

0 commit comments

Comments
 (0)