DIGITAL-343: Fixes bug that caused the existing intro text to not loa… #1031
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
name: Validation | |
on: | |
# Commit message validation requires a target branch which is only available in a PR. | |
pull_request: | |
push: | |
branches: | |
- 'feature/**' | |
jobs: | |
validate: | |
uses: ./.github/workflows/validation-run.yml | |
secrets: inherit |