Skip to content

Commit ebde7b6

Browse files
author
Petr Sramek
committed
ahah
1 parent 7c6fb8b commit ebde7b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858

5959
- name: 'Validate warnings with .NET CLI'
6060
shell: bash
61-
run: dotnet format analyzers --severity warn --verify-no-changes
61+
run: |
62+
dotnet format analyzers --severity warn --verify-no-changes
63+
tee analyzers.txt
64+
car analyzers.txt >> $GITHUB_STEP_SUMMARY
6265
6366
publish-package:
6467
name: 'Publish'

0 commit comments

Comments
 (0)