Skip to content

feat: CI/CD updates for monorepo migration (Phase 6) #5

feat: CI/CD updates for monorepo migration (Phase 6)

feat: CI/CD updates for monorepo migration (Phase 6) #5

Workflow file for this run

name: Lint commit messages
on: [pull_request]
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.sha }}"
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5