From 05f926960243fc6cf781b41233ce6847c35922f3 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 21 May 2020 07:40:40 +1000 Subject: [PATCH] editorconfig.yml: suppress curl output --- .github/workflows/editorconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index 59bf0fe806ec..9e8a1bd97db9 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -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 }}