Files
frontend-app-communications/.github/workflows/commitlint.yml
Matt Tuchfarber 62bcd459cb Initial commit
2021-12-03 11:33:31 -05: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