editorconfig.yml: suppress curl output

This commit is contained in:
zowoq 2020-05-21 07:40:40 +10:00
parent 3e66d4e12e
commit 05f9269602

View file

@ -17,6 +17,6 @@ jobs:
OS: "linux"
ARCH: "amd64"
run: |
curl -O -L -C - https://github.com/editorconfig-checker/editorconfig-checker/releases/download/$VERSION/ec-$OS-$ARCH.tar.gz && \
curl -sSf -O -L -C - https://github.com/editorconfig-checker/editorconfig-checker/releases/download/$VERSION/ec-$OS-$ARCH.tar.gz && \
tar xzf ec-$OS-$ARCH.tar.gz && \
./bin/ec-$OS-$ARCH -disable-indentation ${{ env.GIT_DIFF }}