We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd6cc3 commit be7bb07Copy full SHA for be7bb07
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Check XAML formatting
61
id: check-step
62
run: |
63
- $changedFiles = (git diff --name-only HEAD~1) -split "\n" | Where-Object {$_ -like "*.xaml"}
+ $changedFiles = (git diff --diff-filter=d --name-only HEAD~1) -split "\n" | Where-Object {$_ -like "*.xaml"}
64
foreach ($file in $changedFiles)
65
{
66
xstyler -p -l None -f $file
0 commit comments