1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

Don't make shell formatting a blocker

VSCode's shfmt extension formats on save, with the same version of
shfmt, but results are different ¯\_(ツ)_/¯
This commit is contained in:
Frank Denis 2019-10-26 21:51:18 +02:00
parent a2188aa1f2
commit 4f4b0865f9

@ -18,7 +18,6 @@ jobs:
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.4 shfmt -sr -i 4 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code
services:
- docker