mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-24 16:48:15 -05:00
13 lines
428 B
YAML
13 lines
428 B
YAML
name: Lint commit messages
|
|
on: [pull_request]
|
|
|
|
concurrency:
|
|
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
commitlint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
|
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
|