Skip to content

Commit 9c6712c

Browse files
committed
Separate dotnet workload restore to its own step
1 parent 9000d1d commit 9c6712c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/Format.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v6
1313
with:
1414
submodules: 'recursive'
15+
- run: dotnet workload restore
1516
- name: Check formatting
16-
run: |
17-
dotnet workload restore
18-
dotnet format --verify-no-changes --exclude Typography
17+
run: dotnet format --verify-no-changes --exclude Typography

0 commit comments

Comments
 (0)