mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-12-12 01:01:32 -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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
|
- uses: wagoid/commitlint-github-action@3c75220e8d20774b68eea48e869a706ff7249b54 # v6
|