diff --git a/.github/workflows/verify-templating.yml b/.github/workflows/verify-templating.yml
index 9ece508df6b11f21a4b239d03a7a100c9f4857d2..e822ba6bb977c79d89fdb51802d9c8824c9e7b16 100644
--- a/.github/workflows/verify-templating.yml
+++ b/.github/workflows/verify-templating.yml
@@ -15,9 +15,5 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - name: Apply Templates
-        run: ./apply-templates.sh
-      - name: Check Git Status
-        run: |
-          status="$(git status --short)"
-          [ -z "$status" ]
+      - run: ./apply-templates.sh
+      - run: git diff --exit-code