Skip to content

Major architectural changes - a bit of everything #4

Major architectural changes - a bit of everything

Major architectural changes - a bit of everything #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
Build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.5
- name: Build
run: go build