tidy, format, and resolving tidy warnings #132
@@ -8,6 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
|
container:
|
||||||
|
image: node:26-alpine
|
||||||
env:
|
env:
|
||||||
IMAGE: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
|
IMAGE: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
|
||||||
|
|
||||||
@@ -15,6 +17,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Docker CLI
|
||||||
|
run: apk add --no-cache docker-cli
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build -t "$IMAGE" -f ci/Dockerfile .
|
run: docker build -t "$IMAGE" -f ci/Dockerfile .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user