feat: add atlas pull --expand-glob
to expand bash glob file patterns
#188
Workflow file for this run
This file contains 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: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
commitlint: | |
uses: openedx/.github/.github/workflows/commitlint.yml@master |