Skip to content

Commit 862bf2e

Browse files
authored
Merge pull request #49 from genotrance/turbolift-actionlint-with-shellcheck
Add shellcheck as an additional dependency for actionlint
2 parents 9cccf15 + dd0b5f4 commit 862bf2e

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
@@ -66,6 +66,8 @@ repos:
6666
rev: "v1.7.7"
6767
hooks:
6868
- id: "actionlint"
69+
additional_dependencies:
70+
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
6971

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

0 commit comments

Comments
 (0)