Skip to content

fix(ansi): tab is a zero-width character (#238) #273

fix(ansi): tab is a zero-width character (#238)

fix(ansi): tab is a zero-width character (#238) #273

Workflow file for this run

# auto-generated by scripts/builds. DO NOT EDIT.
name: slice
on:
push:
branches:
- main
pull_request:
paths:
- exp/slice/**
- .github/workflows/slice.yml
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./exp/slice
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./exp/slice/go.mod
cache: true
cache-dependency-path: ./exp/slice/go.sum
- run: go build -v ./...
- run: go test -race -v ./...