Skip to content

Update tip to tip-20250322, commit b70244ff7a043786c211775b68259de610… #312

Update tip to tip-20250322, commit b70244ff7a043786c211775b68259de610…

Update tip to tip-20250322, commit b70244ff7a043786c211775b68259de610… #312

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