Skip to content

docs(cli): audit and complete help text examples for all commands #108

docs(cli): audit and complete help text examples for all commands

docs(cli): audit and complete help text examples for all commands #108

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install commitizen
run: uv pip install --system commitizen==4.13.9
- name: Lint commit messages
run: cz check --rev-range origin/main..HEAD