add ci
All checks were successful
Go / test (push) Successful in 21s

This commit is contained in:
Adam Jeniski 2025-11-04 09:49:30 -10:00
parent f946ef9aa7
commit f636603fd2

18
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,18 @@
name: Go
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: go test mal-go...