Fix actionlint install in CI workflow
Some checks failed
CI / backend-lint (pull_request) Successful in 9s
CI / actions-lint (pull_request) Failing after 8s
CI / frontend-lint (pull_request) Successful in 20s

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:
2026-02-17 19:19:11 +01:00
parent 5240236759
commit acfe767214

View File

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