editorconfig.yml: suppress curl output

This commit is contained in:
zowoq 2020-05-21 07:40:40 +10:00
parent 3e66d4e12e
commit 05f9269602
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ jobs:
OS: "linux" OS: "linux"
ARCH: "amd64" ARCH: "amd64"
run: | 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 && \ tar xzf ec-$OS-$ARCH.tar.gz && \
./bin/ec-$OS-$ARCH -disable-indentation ${{ env.GIT_DIFF }} ./bin/ec-$OS-$ARCH -disable-indentation ${{ env.GIT_DIFF }}