Merge pull request #88464 from zowoq/curl

This commit is contained in:
Jörg Thalheim
2020-05-21 14:36:35 +01:00
committed by GitHub

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