tidy, format, and resolving tidy warnings #132

Merged
zach merged 26 commits from tidy-warning-fixes into main 2026-06-30 14:46:39 +02:00
Showing only changes of commit 644a1e0c78 - Show all commits
+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 .