Skip to content

chore(deps): bump github.com/charmbracelet/colorprofile in /cellbuf (… #157

chore(deps): bump github.com/charmbracelet/colorprofile in /cellbuf (…

chore(deps): bump github.com/charmbracelet/colorprofile in /cellbuf (… #157

Workflow file for this run

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