Files
edx-platform/.github/workflows/commitlint.yml
2021-10-07 10:53:45 -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