Skip to content

Update devel to 20231125, commit 2b877d5f9ccae3a419c0e2c7ab3f0e92a732… #221

Update devel to 20231125, commit 2b877d5f9ccae3a419c0e2c7ab3f0e92a732…

Update devel to 20231125, commit 2b877d5f9ccae3a419c0e2c7ab3f0e92a732… #221

name: Verify Templating
on:
pull_request:
push:
defaults:
run:
shell: 'bash -Eeuo pipefail -x {0}'
jobs:
apply-templates:
name: Check For Uncomitted Changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Apply Templates
run: ./apply-templates.sh
- name: Check Git Status
run: |
status="$(git status --short)"
[ -z "$status" ]