Skip to content

Entrypoint and lesson logic nearing completion #6

Entrypoint and lesson logic nearing completion

Entrypoint and lesson logic nearing completion #6

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