Skip to content

chore: change to blacksmith actions #1

chore: change to blacksmith actions

chore: change to blacksmith actions #1

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