Skip to content

chore: bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 #82

chore: bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6

chore: bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 #82

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