shorten/.forgejo/workflows/build.yaml
ptrcnull 1a3dc021dd
Some checks failed
/ test (push) Failing after 2s
chore: update CI workflow
2024-09-17 23:09:31 +02:00

12 lines
205 B
YAML

defaults:
run:
shell: bash
on: [push]
jobs:
test:
runs-on: alpine
steps:
- run: apk add nodejs-current
- uses: actions/checkout@v3
- run: apk add go
- run: go build