Skip to content

fix(deps): update module github.com/charmbracelet/lipgloss to v2 #18

fix(deps): update module github.com/charmbracelet/lipgloss to v2

fix(deps): update module github.com/charmbracelet/lipgloss to v2 #18

Workflow file for this run

name: Build
permissions:
contents: read
on:
push:
branches-ignore:
- '**-wip'
pull_request:
jobs:
make:
runs-on: ubuntu-latest
# Pull requests from the same repository won't trigger this checks as they were already triggered by the push
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
strategy:
matrix:
go: [ '1.24', '1.25', '1.26' ]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
cache: true
cache-dependency-path: '**/go.sum'
- name: Build
run: make