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

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

View file

@ -0,0 +1,25 @@
on:
- workflow-dispatch
- push
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:edge
steps:
- name: set up dependencies
run: |
apk update
apk upgrade
apk add nodejs git alpine-sdk
- uses: actions/checkout@v4
with:
sparse-checkout: "alpine/"
# - uses: https://code.forgejo.org/actions/checkout
- name: set up user
run: whoami
# vim: shiftwidth=2