Skip to content

Commit 6735145

Browse files
author
Petr Sramek
committed
terst
1 parent 1fa8f79 commit 6735145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apply-file-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-dotnet@v4
3434
with:
3535
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
36-
- run: dotnet format --diagnostics IDE0073 --verbosity diagnostic
36+
- run: dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
3737
name: Apply file header rule
3838
working-directory: ${{ github.workspace }}
3939
- run: git add .

0 commit comments

Comments
 (0)