577567 - fixed clicking on info link triggering quick exit behaviour #167
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
name: Pull request | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
branches: | |
- 1.x | |
- 2.x | |
- master | |
jobs: | |
cname_exists: | |
name: CNAME exists | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout codebase | |
uses: actions/checkout@v2 | |
- | |
name: Check the CNAME file used by Github pages exists | |
run: sh scripts/cname.sh |