Skip to content

chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.2 in /cellbuf #58

chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.2 in /cellbuf

chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.0 to 0.4.2 in /cellbuf #58

Workflow file for this run

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