feat: add alpine ci
All checks were successful
/ build (push) Successful in 26s

This commit is contained in:
magmaus3 2025-05-05 16:33:46 +02:00
parent 80e8900f04
commit 4cb5082884
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66

View file

@ -0,0 +1,20 @@
on:
- workflow-dispatch
- push
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:edge
steps:
- name: set up node (for checkout)
run: apk update; apk upgrade; apk add nodejs
- uses: actions/checkout@v4
# - uses: https://code.forgejo.org/actions/checkout
- name: setup alpine-sdk
run: apk add alpine-sdk
# vim: shiftwidth=2