ajet f636603fd2
All checks were successful
Go / test (push) Successful in 21s
add ci
2025-11-04 09:49:30 -10:00

19 lines
253 B
YAML

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...