DIGITAL-43: Add new taxonomy field that should be single line html. #405
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 |