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 1fa8f79 commit 6735145Copy full SHA for 6735145
.github/workflows/apply-file-header.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/setup-dotnet@v4
34
with:
35
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
36
- - run: dotnet format --diagnostics IDE0073 --verbosity diagnostic
+ - run: dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
37
name: Apply file header rule
38
working-directory: ${{ github.workspace }}
39
- run: git add .
0 commit comments