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

This commit is contained in:
Aaron Fischer 2023-10-01 14:58:48 +02:00
parent cc28f9ec68
commit 1e0428b39b

View file

@ -5,7 +5,7 @@ jobs:
container:
image: golang:alpine
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: |
go generate
go build cmd/server.go -o spaceapi