Skip to content

build(deps): Bump commitizen from 3.14.1 to 3.20.0 #58

build(deps): Bump commitizen from 3.14.1 to 3.20.0

build(deps): Bump commitizen from 3.14.1 to 3.20.0 #58

Workflow file for this run

name: Linters
on:
pull_request:
jobs:
commitizen:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
with:
fetch-depth: 0
sparse-checkout: |
pyproject.toml
sparse-checkout-cone-mode: false
- name: Install commitizen
run: pipx install commitizen
- run: cz check --rev-range origin/main..HEAD
shell: bash
pre-commit:
uses: janw/workflows/.github/workflows/poetry-pre-commit.yaml@main