build: use the organization commitlint check

This commit is contained in:
Ned Batchelder
2021-10-07 13:50:58 -04:00
parent 6bc11b01f5
commit 4e7003ca5e

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