File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 51
51
filter : ' tree:0'
52
52
show-progress : false
53
53
54
+ - name : Setup .NET 8 SDK
55
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
56
+ with :
57
+ dotnet-version : ' 8.0.x'
58
+
54
59
- name : Setup .NET SDK
55
60
uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
56
61
id : setup-dotnet
Original file line number Diff line number Diff line change @@ -18,10 +18,17 @@ jobs:
18
18
permissions : {}
19
19
20
20
steps :
21
- - name : check out code
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
+
22
+ - name : Checkout code
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
24
with :
24
- persist-credentials : false
25
+ fetch-depth : 0
26
+ filter : ' tree:0'
27
+ show-progress : false
28
+
29
+ - name : Setup .NET SDK
30
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
31
+ id : setup-dotnet
25
32
26
- - name : dotnet format
33
+ - name : Run dotnet format
27
34
run : dotnet format --verify-no-changes
You can’t perform that action at this time.
0 commit comments