mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-22 14:07:14 +02:00
ci: run actionlint from the prebuilt image (16s -> ~2s)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
f07287f9f2
commit
4d12ea2512
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user