build: use the organization commitlint check

This commit is contained in:
Ned Batchelder
2021-10-07 13:54:06 -04:00
parent f99337080a
commit 94e2c548d7

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