Skip to content

Refactor TabWriter truncation to opt-in behavior #4

Refactor TabWriter truncation to opt-in behavior

Refactor TabWriter truncation to opt-in behavior #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
go-version: ['1.24', '1.25']
include:
- go-version: 'stable'
experimental: true
continue-on-error: ${{ matrix.experimental || false }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: go test ./...