Skip to content

chore(deps): bump github.com/charmbracelet/x/ansi in /cellbuf #236

chore(deps): bump github.com/charmbracelet/x/ansi in /cellbuf

chore(deps): bump github.com/charmbracelet/x/ansi in /cellbuf #236

Workflow file for this run

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