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 8d35104 commit 135d929
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/verify-templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ defaults:

jobs:
apply-templates:
name: Check For Uncommitted Changes
name: Check For Uncomitted 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 135d929

Please sign in to comment.