Initial commit

This commit is contained in:
Matt Tuchfarber
2021-12-03 11:33:31 -05:00
commit 62bcd459cb
50 changed files with 25657 additions and 0 deletions

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