Skip to content

feat!: Ape 0.8 support (#44) #143

feat!: Ape 0.8 support (#44)

feat!: Ape 0.8 support (#44) #143

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@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install "commitizen>=2.19,<2.20"
- name: Check commit history
run: cz check --rev-range $(git rev-list --all --reverse | head -1)..HEAD