feature/issue-1: built out the core libraries #3

Merged
lmika merged 8 commits from feature/issue-1 into main 2024-09-06 23:38:05 +00:00
1 changed files with 20 additions and 0 deletions
Showing only changes of commit d501a3af25 - Show all commits

View File

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