Add a forgejo workflow
This commit is contained in:
parent
cc28f9ec68
commit
1e0428b39b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue