Added CI/CD build
Some checks failed
Build / build (push) Failing after 23s

This commit is contained in:
Leon Mika 2025-01-20 09:29:37 +11:00
parent fbd35d7f6b
commit 0225f912f0

View file

@ -0,0 +1,20 @@
name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.23.1
- name: Build
run: |
go test ./... test