Skip to content

Commit 11550e9

Browse files
authored
Update format.yml
1 parent c38ad29 commit 11550e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
dotnet-version: 8.0.x
2222
- name: Restore dependencies
2323
run: dotnet restore
24+
- name: Build
25+
run: dotnet build --no-restore
2426
- name: Format
2527
run: dotnet format style
2628
- name: Commit & Push

0 commit comments

Comments
 (0)