Skip to content

Fix unknown-terminal-bg color handling #204

Fix unknown-terminal-bg color handling

Fix unknown-terminal-bg color handling #204

Workflow file for this run

name: Windows CI
on:
push:
branches: [master]
pull_request:
jobs:
validate:
runs-on: windows-2022
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: go build
- run: go test -timeout 30s ./...