continuwuity/.forgejo/workflows/build-alpine.yml
magmaus3 a86e1c8a23
Some checks failed
/ build (push) Failing after 8s
feat: add alpine ci
2025-05-05 16:59:02 +02:00

22 lines
419 B
YAML

on:
- workflow-dispatch
- push
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:edge
steps:
- name: set up dependencied
run: apk update \
apk upgrade \
apk add nodejs git alpine-sdk
- uses: actions/checkout@v4
# - uses: https://code.forgejo.org/actions/checkout
- name: ls
run: ls . *
# vim: shiftwidth=2