workflow update; node and docker deps added
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 1m1s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m41s
C++ / build (pull_request) Successful in 2m34s

This commit is contained in:
2026-06-29 22:36:53 +02:00
parent 50e179e0fe
commit d9b555ec17
+5
View File
@@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: alpine
container:
image: node:26-alpine
env:
IMAGE: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
@@ -15,6 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Docker CLI
run: apk add --no-cache docker-cli
- name: Build image
run: docker build -t "$IMAGE" -f ci/Dockerfile .