Skip to content

Commit fdf97c9

Browse files
committed
Add shellcheck as an actionlint additional_dependency
1 parent 8960271 commit fdf97c9

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)