forked from heavy-duty/ceremony
fix: use actionlint amd64 release asset
This commit is contained in:
parent
0b05d6ac37
commit
9c7036e480
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -22,11 +22,10 @@ jobs:
|
||||||
ACTIONLINT_VERSION: 1.7.12
|
ACTIONLINT_VERSION: 1.7.12
|
||||||
run: |
|
run: |
|
||||||
curl -fsSLo actionlint.tar.gz \
|
curl -fsSLo actionlint.tar.gz \
|
||||||
"https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_x86_64.tar.gz"
|
"https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
|
||||||
tar -xzf actionlint.tar.gz actionlint
|
tar -xzf actionlint.tar.gz actionlint
|
||||||
sudo install actionlint /usr/local/bin/actionlint
|
sudo install actionlint /usr/local/bin/actionlint
|
||||||
- name: Actionlint
|
- name: Actionlint
|
||||||
run: bash .github/scripts/actionlint-all.sh
|
run: bash .github/scripts/actionlint-all.sh
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: bash test/run.sh
|
run: bash test/run.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue