File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
env :
57
57
- TEST : shfmt check
58
58
script :
59
- - docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt -i 2 -l -w -ci .
59
+ - docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt@sha256:4eff05b54e87c11e8214848de3e5f4bb47a4241b99ac5c6554db5cc164015810 -i 2 -l -w -ci .
60
60
- git diff --color
61
61
- git diff --stat=220 --color --exit-code
62
62
Original file line number Diff line number Diff line change 54
54
env:
55
55
- TEST: shfmt check
56
56
script:
57
- - docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt -i 2 -l -w -ci .
57
+ - docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt@sha256:4eff05b54e87c11e8214848de3e5f4bb47a4241b99ac5c6554db5cc164015810 -i 2 -l -w -ci .
58
58
- git diff --color
59
59
- git diff --stat=220 --color --exit-code
60
60
You can’t perform that action at this time.
0 commit comments