build: use the organization commitlint check

This commit is contained in:
Ned Batchelder
2021-10-07 13:51:59 -04:00
parent 20d4de09d7
commit c6ad7c51d3

10
.github/workflows/commitlint.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
# 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