gspot/.gitea/workflows/push.yaml
abs3nt c1ac26e684
All checks were successful
builder / build (push) Successful in 1m17s
update
2024-05-30 15:19:52 -07:00

16 lines
309 B
YAML

name: builder
run-name: ${{ gitea.actor }} is building
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22"
cache: true
- run: go mod tidy
- run: go build -o gspot