We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dc6bb commit 6e667dfCopy full SHA for 6e667df
2 files changed
.travis.yml
@@ -56,7 +56,7 @@ jobs:
56
env:
57
- TEST: shfmt check
58
script:
59
- - docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt -i 2 -l -w -ci .
+ - docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt@sha256:4eff05b54e87c11e8214848de3e5f4bb47a4241b99ac5c6554db5cc164015810 -i 2 -l -w -ci .
60
- git diff --color
61
- git diff --stat=220 --color --exit-code
62
travis.yml.template
@@ -54,7 +54,7 @@ jobs:
54
55
0 commit comments