Skip to content

Update tip to tip-20250216, commit d524e1eccd559b40130c3bac77f3f7dc33… #302

Update tip to tip-20250216, commit d524e1eccd559b40130c3bac77f3f7dc33…

Update tip to tip-20250216, commit d524e1eccd559b40130c3bac77f3f7dc33… #302

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