ci: run actionlint from the prebuilt image (16s -> ~2s)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-15 07:51:51 -07:00
co-authored by Claude Fable 5
parent f07287f9f2
commit 4d12ea2512
+3 -1
View File
@@ -18,4 +18,6 @@ jobs:
runs-on: ubicloud-standard-8
steps:
- uses: actions/checkout@v4
- uses: rhysd/actionlint@v1.7.11
# Pull the prebuilt image instead of rhysd/actionlint@v1.7.11 (a Docker
# action that rebuilt from source every run: 16s of a 44s job for 1s of lint).
- run: docker run --rm -v "$PWD:/repo" -w /repo rhysd/actionlint:1.7.11 -color