Skip to content

chore: update pyyaml requirement from >=6.0 to >=6.0.3 #59

chore: update pyyaml requirement from >=6.0 to >=6.0.3

chore: update pyyaml requirement from >=6.0 to >=6.0.3 #59

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main, master]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
permissions:
contents: read
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install commitizen
- name: Lint commits
run: cz check --rev-range origin/master..HEAD