Add gitea action
Build and test / build (push) Successful in 9m41s Details

This commit is contained in:
Sam W 2024-06-24 15:09:36 +01:00
parent 26f26f1ec4
commit 3d8c69e491
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '*'
- run: go build