stopwatch/.gitea/workflows/build.yaml
tijl aa6a8e03b3
All checks were successful
build / build (push) Successful in 13s
updates
2024-09-27 17:47:01 +02:00

25 lines
374 B
YAML

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
github-server-url: 'https://git.tijl.dev'
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: go build