Update tip to tip-20251017, commit a5f55a441ef497d8e2a12610f4ec2bd32f… #369
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: Verify Templating | |
| on: | |
| pull_request: | |
| push: | |
| workflow_dispatch: | |
| defaults: | |
| run: | |
| shell: 'bash -Eeuo pipefail -x {0}' | |
| jobs: | |
| apply-templates: | |
| name: Check For Uncomitted Changes | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: ./apply-templates.sh | |
| - run: git diff --exit-code |