Add host scope selection workflow #16
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: Report HTML Regression | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| report-html-regression: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Install xsltproc | |
| run: sudo apt-get update && sudo apt-get install -y xsltproc libxml2-utils | |
| - name: Validate repository rules | |
| run: bash tools/validate_repo_rules.sh | |
| - name: Validate XSL tooling | |
| run: bash tools/validate_xsl_tooling.sh |