Skip to content

Commit 4a494ba

Browse files
committed
Add shellcheck as an actionlint additional_dependency
1 parent 729cdf9 commit 4a494ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ repos:
6767
rev: "v1.7.8"
6868
hooks:
6969
- id: "actionlint"
70+
additional_dependencies:
71+
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
7072

7173
- repo: "https://github.com/kurtmckee/pre-commit-hooks"
7274
rev: "v1.0.0"

0 commit comments

Comments
 (0)