Update shfmt to v2.6.1
This commit is contained in:
parent
6998705ad6
commit
a40de0b31f
|
|
@ -79,7 +79,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- TEST: shfmt check
|
- TEST: shfmt check
|
||||||
script:
|
script:
|
||||||
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.0 shfmt -sr -i 2 -l -w -ci .
|
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.1 shfmt -sr -i 2 -l -w -ci .
|
||||||
- git diff --color
|
- git diff --color
|
||||||
- git diff --stat=220 --color --exit-code
|
- git diff --stat=220 --color --exit-code
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- TEST: shfmt check
|
- TEST: shfmt check
|
||||||
script:
|
script:
|
||||||
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.0 shfmt -sr -i 2 -l -w -ci .
|
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.1 shfmt -sr -i 2 -l -w -ci .
|
||||||
- git diff --color
|
- git diff --color
|
||||||
- git diff --stat=220 --color --exit-code
|
- git diff --stat=220 --color --exit-code
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue