Files
frontend-app-learning/.github/workflows/commitlint.yml
2021-10-07 13:51:59 -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