Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
heftymouse authored Apr 4, 2024
1 parent cd82b96 commit 6984289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-xaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Commit formatted files
if: env.CAN_RUN == 1
run: |
git add --renormalize .
git add --renormalize *.xaml
git status --porcelain
if ((git status --porcelain) -eq $null)
{
Expand Down

0 comments on commit 6984289

Please sign in to comment.