stopwatch/.gitea/workflows/build.yaml

25 lines
374 B
YAML
Raw Normal View History

2024-09-27 17:47:01 +02:00
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