continuwuity/.forgejo/workflows/build-alpine.yml
magmaus3 4cb5082884
All checks were successful
/ build (push) Successful in 26s
feat: add alpine ci
2025-05-05 16:57:20 +02:00

20 lines
409 B
YAML

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