build
This commit is contained in:
parent
bef9898bf2
commit
b516cb8d2f
10
.gitea/workflows/push.yaml
Normal file
10
.gitea/workflows/push.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
name: Build
|
||||
run-name: ${{ gitea.actor }} is building
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: go mod tidy
|
||||
- run: go build -o gspot
|
Loading…
Reference in New Issue
Block a user