fix: add safe enterprise context defaults to survive stale Mako cache after PR #38094 #44586
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Run commitlint on the commit messages in a pull request. | |
| name: Lint Commit Messages | |
| on: | |
| pull_request: | |
| merge_group: | |
| jobs: | |
| commitlint: | |
| uses: openedx/.github/.github/workflows/commitlint.yml@master |