Skip to content

Commit

Permalink
Update verify-templating.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-godz authored Sep 2, 2024
1 parent 135d929 commit 3e0f9f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/verify-templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ defaults:

jobs:
apply-templates:
name: Check For Uncomitted Changes
name: Check For Uncommitted Changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Discard all uncommitted changes
run: |
git reset --hard HEAD
git clean -fdx
- name: Apply Templates
run: ./apply-templates.sh
- name: Check Git Status
Expand Down

0 comments on commit 3e0f9f0

Please sign in to comment.