Skip to content

Update tip to tip-20251026, commit 54e3adc53321b9352bd0ae2aebae597d31… #371

Update tip to tip-20251026, commit 54e3adc53321b9352bd0ae2aebae597d31…

Update tip to tip-20251026, commit 54e3adc53321b9352bd0ae2aebae597d31… #371

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