We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1908b5d commit bc08e07Copy full SHA for bc08e07
2 files changed
.github/workflows/check_pr.yaml
@@ -6,7 +6,6 @@ on:
6
pr:
7
type: number
8
description: PR to check
9
- required: true
10
action:
11
type: choice
12
description: Action to perform
.pre-commit-config.yaml
@@ -57,7 +57,7 @@ repos:
57
hooks:
58
- id: actionlint
59
additional_dependencies:
60
- - github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0
+ - github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1
61
62
- repo: https://github.com/woodruffw/zizmor-pre-commit
63
rev: v1.15.2
0 commit comments