feat(linters): migrate bash linters/formatters to use mise #2343
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
| name: Pull Request Shared Actions | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, edited] # Add edited to the default list for title changes event | |
| jobs: | |
| conventional_commit: | |
| name: Conventional Commit | |
| uses: getoutreach/actions/.github/workflows/conventional_commit.yaml@main | |
| secrets: | |
| OUTREACH_DOCKER_JSON: ${{ secrets.OUTREACH_DOCKER_JSON }} |