ci: scaffold test and lint workspace #25

Merged
codex-bot-andresmgsl merged 3 commits from build/2-scaffold into main 2026-07-22 17:53:28 +00:00
Showing only changes of commit 9c7036e480 - Show all commits

View file

@ -22,11 +22,10 @@ jobs:
ACTIONLINT_VERSION: 1.7.12
run: |
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
sudo install actionlint /usr/local/bin/actionlint
- name: Actionlint
run: bash .github/scripts/actionlint-all.sh
- name: Tests
run: bash test/run.sh