gspot/.gitea/workflows/push.yaml

11 lines
174 B
YAML
Raw Normal View History

2024-04-06 16:46:14 +00:00
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