Skip to content

refactor: modernize python tooling #61

refactor: modernize python tooling

refactor: modernize python tooling #61

Workflow file for this run

on: push
name: Commit Message
# NOTE: Skip check on PR so as not to confuse contributors
# NOTE: Also install a PR title checker so we don't mess up merges
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
python-version: "3.10"
- name: Check commit history
run: uvx commitizen check --rev-range HEAD~1..HEAD