Skip to content

Commit 2adaad2

Browse files
Update format.yml
Set dotnet version
1 parent 190f3c1 commit 2adaad2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
description: "Branch to use for the workflow"
88
type: string
99
required: true
10-
dotnet_version:
11-
description: "The .NET SDK version to use"
12-
required: false
13-
default: "10.0.x"
14-
type: string
15-
1610
jobs:
1711
format:
1812
runs-on: ubuntu-latest
@@ -27,7 +21,7 @@ jobs:
2721
- name: Setup .NET
2822
uses: actions/setup-dotnet@v4
2923
with:
30-
dotnet-version: ${{ inputs.dotnet_version }}
24+
dotnet-version: "10.0.x"
3125

3226
- name: Format Code
3327
run: dotnet format

0 commit comments

Comments
 (0)