initial ci

This commit is contained in:
Samuel Lorch 2024-07-05 22:00:49 +02:00
parent 90b0062732
commit 182f3819b3

View file

@ -0,0 +1,14 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go build
- uses: actions/upload-artifact@v4
with:
name: morffix
path: morffix