Skip to content

build(deps): Bump pytest-env from 0.8.2 to 1.1.3 #81

build(deps): Bump pytest-env from 0.8.2 to 1.1.3

build(deps): Bump pytest-env from 0.8.2 to 1.1.3 #81

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches: [main]
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