Add a forgejo workflow
Some checks failed
/ build (push) Failing after 2s

This commit is contained in:
Aaron Fischer 2023-10-01 14:22:40 +02:00
parent 488d3e45f2
commit 48ee3d2d5f

View file

@ -6,14 +6,11 @@ jobs:
image: golang:alpine
steps:
- uses: actions/checkout@v4
name: Checkout and build
run: |
apk add --no-cache git
- run: |
go generate
go build cmd/server.go -o spaceapi
- uses: actions/upload-artifact@v2
name: Upload artifact
with:
name: spaceapi
path: spaceapi