Skip to content

chore(deps): bump actions/setup-python from 5.1.0 to 5.2.0 #8

chore(deps): bump actions/setup-python from 5.1.0 to 5.2.0

chore(deps): bump actions/setup-python from 5.1.0 to 5.2.0 #8

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
commit_lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
token: "${{ secrets.ACCESS_TOKEN }}"
fetch-depth: 0
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.11
- name: Install Commitizen
run: pip install -U commitizen
- name: Check commits
run: cz check --rev-range origin/main..HEAD