We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5533596 commit 75d6662Copy full SHA for 75d6662
.github/workflows/dotnet-format.yml
@@ -18,10 +18,16 @@ jobs:
18
permissions: {}
19
20
steps:
21
- - name: check out code
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+
+ - name: Checkout code
23
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
with:
- 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
- - name: dotnet format
32
+ - name: Run dotnet format
33
run: dotnet format --verify-no-changes
0 commit comments