Skip to content

build(deps): bump github.com/charmbracelet/x/ansi from 0.10.1 to 0.11.7 #68

build(deps): bump github.com/charmbracelet/x/ansi from 0.10.1 to 0.11.7

build(deps): bump github.com/charmbracelet/x/ansi from 0.10.1 to 0.11.7 #68

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go version
- run: go test -v ./... -cover
- run: go vet ./...