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

12 lines
203 B
YAML

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