Skip to content

feat: install build essential #32

feat: install build essential

feat: install build essential #32

Workflow file for this run

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