feat: add alpine ci
Some checks failed
/ build (push) Failing after 5s

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

View file

@ -0,0 +1,17 @@
on:
- workflow-dispatch
- push
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:edge
steps:
- uses: code.forgejo.org/actions/checkout
- name: setup alpine-sdk
run: apk add alpine-sdk
# vim: shiftwidth=2