We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190f3c1 commit 2adaad2Copy full SHA for 2adaad2
.github/workflows/format.yml
@@ -7,12 +7,6 @@ on:
7
description: "Branch to use for the workflow"
8
type: string
9
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
-
16
jobs:
17
format:
18
runs-on: ubuntu-latest
@@ -27,7 +21,7 @@ jobs:
27
21
- name: Setup .NET
28
22
uses: actions/setup-dotnet@v4
29
23
with:
30
- dotnet-version: ${{ inputs.dotnet_version }}
24
+ dotnet-version: "10.0.x"
31
25
32
26
- name: Format Code
33
run: dotnet format
0 commit comments