Fix actionlint install in CI workflow
The download URL was missing the version number in the asset filename. Use the official download script which handles version resolution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Install actionlint
|
- name: Install actionlint
|
||||||
run: |
|
run: |
|
||||||
curl -sL https://github.com/rhysd/actionlint/releases/latest/download/actionlint_linux_amd64.tar.gz | tar xz
|
bash <(curl -sL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
|
||||||
sudo mv actionlint /usr/local/bin/
|
sudo mv actionlint /usr/local/bin/
|
||||||
- name: Lint GitHub Actions
|
- name: Lint GitHub Actions
|
||||||
run: actionlint
|
run: actionlint
|
||||||
|
|||||||
Reference in New Issue
Block a user