feat: setup repo as NPM package with edX standards.

This commit is contained in:
Ken Clary
2021-11-24 14:32:42 -05:00
parent 7142f89211
commit a48eb0aaf4
31 changed files with 20001 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@main