Skip to content

ci(deps): bump actions/upload-pages-artifact from 3 to 4 #20

ci(deps): bump actions/upload-pages-artifact from 3 to 4

ci(deps): bump actions/upload-pages-artifact from 3 to 4 #20

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