We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bba90a commit 863cdedCopy full SHA for 863cded
.buildkite/pipeline.yaml
@@ -3,7 +3,9 @@ steps:
3
agents:
4
queue: default
5
os: linux
6
- command: "shellcheck hooks/*"
+ command:
7
+ - echo "Running shellcheck"
8
+ - "shellcheck hooks/*"
9
plugins:
10
- EmbarkStudios/k8s#68abf7faf1c35f903208d275a0152d77dd2bed84:
11
image: koalaman/shellcheck-alpine
0 commit comments