mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-12-12 09:11:23 -05:00
12 lines
401 B
YAML
12 lines
401 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
|
|
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
|