Skip to content

chore: bump github.com/charmbracelet/bubbletea from 0.27.1 to 1.0.0 #5

chore: bump github.com/charmbracelet/bubbletea from 0.27.1 to 1.0.0

chore: bump github.com/charmbracelet/bubbletea from 0.27.1 to 1.0.0 #5

Workflow file for this run

name: commit-linter
on:
push:
branches-ignore:
- main
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: commit-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
if: ${{ github.actor != 'dependabot[bot]' }}
name: commit linter