Skip to content

deps(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 #385

deps(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0

deps(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 #385

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go mod tidy
- run: go build -v ./...
- run: go test ./...