Skip to content

Commit 02ea129

Browse files
authored
Code Quality: Update format action to include missing projects (#15939)
1 parent a0b7079 commit 02ea129

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/format-xaml.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ jobs:
8080

8181
- name: Format XAML files
8282
if: env.CAN_RUN == 1
83-
run: xstyler -l None -r -d src/Files.App
83+
run: |
84+
xstyler -l None -r -d src/Files.App
85+
xstyler -l None -r -d src/Files.App.Controls
86+
xstyler -l None -r -d tests/Files.App.UITests
8487
8588
- name: Commit formatted files
8689
if: env.CAN_RUN == 1

0 commit comments

Comments
 (0)