Files
frontend-app-learner-dashboard/.github/workflows/commitlint.yml
2022-05-25 14:27:26 -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