Skip to content

WIP installation instructions and reqs, github workflows #1

WIP installation instructions and reqs, github workflows

WIP installation instructions and reqs, github workflows #1

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: golang:1.20-alpine
steps:
- uses: actions/checkout@v3
- run: test -z $(gofmt -l .)
- run: go build ./cmd/gokart.go