Skip to content

feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 #478

feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0

feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 #478

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
go_version: ["1.19", stable]
uses: charmbracelet/meta/.github/workflows/build.yml@main
with:
go_version: ${{ matrix.go_version }}
snapshot:
uses: charmbracelet/meta/.github/workflows/snapshot.yml@main
secrets:
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
coverage:
uses: charmbracelet/meta/.github/workflows/coverage.yml@main