Skip to content

Commit

Permalink
Merge pull request #544 from infosiftr/better-verify-templating
Browse files Browse the repository at this point in the history
Simplify and update `verify-templating.yml`
  • Loading branch information
yosifkit authored Dec 13, 2024
2 parents 676e6b4 + f98355a commit d7b1234
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/verify-templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Verify Templating
on:
pull_request:
push:
workflow_dispatch:

defaults:
run:
Expand All @@ -14,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

0 comments on commit d7b1234

Please sign in to comment.