Add gitea action

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

View File

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