Repo sync for protected branch #21
Workflow file for this run
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
| # This file runs on non-reference to do nothing | |
| # It is required so that the "required status check" actually happens in the PR, | |
| # even though no files are checked. | |
| name: API Doctor validation | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - live | |
| paths-ignore: | |
| - api-reference/** | |
| jobs: | |
| validate-docs: | |
| name: API Doctor Validation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No validation required for non-reference files"' |