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 eb19a4f commit 1dca888Copy full SHA for 1dca888
.buildkite/pipeline.yaml
@@ -9,7 +9,7 @@ steps:
9
10
- label: ":bash: shfmt"
11
key: fmt
12
- command: shfmt --binary-next-line --indent 2 --list .
+ command: docker run --rm -u "$$(id -u):$$(id -g)" -v "$$PWD:/mnt" -w /mnt mvdan/shfmt:v3-alpine --binary-next-line --indent 2 --list .
13
agents:
14
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
15
0 commit comments