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 }}