build: use the organization commitlint check

This commit is contained in:
Ned Batchelder
2021-10-07 13:56:38 -04:00
parent fd13828590
commit f73df420c8

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