.github/workflows/editorconfig.yml: 2.1.0 -> 2.2.0
This commit is contained in:
parent
f73f6abab4
commit
a920bf4308
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Fetch editorconfig-checker
|
- name: Fetch editorconfig-checker
|
||||||
if: env.GIT_DIFF
|
if: env.GIT_DIFF
|
||||||
env:
|
env:
|
||||||
ECC_VERSION: "2.1.0"
|
ECC_VERSION: "2.2.0"
|
||||||
ECC_URL: "https://github.com/editorconfig-checker/editorconfig-checker/releases/download"
|
ECC_URL: "https://github.com/editorconfig-checker/editorconfig-checker/releases/download"
|
||||||
run: |
|
run: |
|
||||||
curl -sSf -O -L -C - "$ECC_URL/$ECC_VERSION/ec-linux-amd64.tar.gz" && \
|
curl -sSf -O -L -C - "$ECC_URL/$ECC_VERSION/ec-linux-amd64.tar.gz" && \
|
||||||
|
|
Loading…
Reference in New Issue