Skip to content

fix: enable ANSI color output on Windows command prompt #6

fix: enable ANSI color output on Windows command prompt

fix: enable ANSI color output on Windows command prompt #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: "1.25"
cache-dependency-path: go.sum
- run: go vet ./...
- run: go build ./...
- run: go test -count=1 ./...