Skip to content
Snippets Groups Projects
Commit cb049360 authored by Tianon Gravi's avatar Tianon Gravi
Browse files

Simplify and update `verify-templating.yml`

This makes it print out a diff when there is an error (instead of just a list of files that are wrong), which will make the error more obvious.
parent 15778149
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment