mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-28 18:46:10 -05:00
13 lines
342 B
YAML
13 lines
342 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@v4
|
|
- uses: wagoid/commitlint-github-action@v5
|