Files
frontend-component-header/.github/workflows/commitlint.yml
2021-10-07 13:56:38 -04:00

11 lines
192 B
YAML

# Run commitlint on the commit messages in a pull request.
name: Lint Commit Messages
on:
- pull_request
jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master