Initial commit

This commit is contained in:
Sarina Canelake
2025-09-23 07:32:54 -04:00
committed by GitHub
commit 199a622006
46 changed files with 25153 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: openedx/.github/.github/workflows/commitlint.yml@master