Skip to content

ci(deps): bump actions/deploy-pages from 4 to 5 #16

ci(deps): bump actions/deploy-pages from 4 to 5

ci(deps): bump actions/deploy-pages from 4 to 5 #16

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main]
jobs:
commit-lint:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v7
with:
version: "latest"
- run: uv sync --dev
- name: Validate commit messages
run: |
uv run cz check --rev-range origin/main..HEAD