Skip to content

Commit

Permalink
Fix template-check to ignore files that have been deleted (#10421)
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 authored Apr 11, 2024
1 parent c4439d9 commit 16d466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mmv1-check-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Check for invalid version guards
run: |
cd repo/tools/template-check
git diff --name-only origin/${{ github.base_ref }} ../../*.erb | sed 's=^=../../=g' | go run main.go
git diff --name-only --diff-filter=d origin/${{ github.base_ref }} ../../*.erb | sed 's=^=../../=g' | go run main.go

0 comments on commit 16d466f

Please sign in to comment.