Skip to content

Commit ec9d7cd

Browse files
authored
Add .NET 9.0 so format can succeed
1 parent af171b7 commit ec9d7cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ jobs:
104104
submodules: recursive
105105
fetch-depth: 0
106106

107+
- name: ⚙ dotnet
108+
uses: actions/setup-dotnet@v4
109+
with:
110+
dotnet-version: |
111+
6.x
112+
8.x
113+
9.x
114+
107115
- name: ✓ ensure format
108116
run: |
109117
dotnet format whitespace --verify-no-changes -v:diag --exclude ~/.nuget

0 commit comments

Comments
 (0)