scratch-l10n/.github/workflows/commitlint.yml
Christopher Willis-Ford e3378ee380 chore: add commitlint
2024-01-16 10:33:36 -08:00

12 lines
315 B
YAML

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