Skip to content

Commit 72b0fca

Browse files
Bump version of wasilibs/go-shellcheck to fix lint on Windows (#20050)
Currently, if you try to run our lint step on Windows, shellcheck crashes with a complaint about an empty env var key. However, that has just been fixed in wasilibs/go-shellcheck#10. Closes #19958, which I have already preemptively closed.
1 parent fd20f34 commit 72b0fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
4242
# and checks these with shellcheck. This is arguably its most useful feature,
4343
# but the integration only works if shellcheck is installed
44-
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.0"
44+
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
4545
- repo: https://github.com/woodruffw/zizmor-pre-commit
4646
rev: v1.5.2
4747
hooks:

0 commit comments

Comments
 (0)