Skip to content

deps(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10… #100

deps(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10…

deps(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10… #100

Workflow file for this run

name: generate
on:
push:
branches:
- "master"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: ./scripts/docs.sh
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "docs: update cmd docs"