Skip to content

Update "munge.sh" (we need to force build on Alpine now and Buster do… #224

Update "munge.sh" (we need to force build on Alpine now and Buster do…

Update "munge.sh" (we need to force build on Alpine now and Buster do… #224

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" ]