Skip to content

Commit 399c8ec

Browse files
author
Petr Sramek
committed
bash shell
1 parent b798681 commit 399c8ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
5454
working-directory: ${{ github.workspace }}
5555
- name: Validate with .NET ${{ vars.DOTNET_SDK_VERSION }}
56-
env:
57-
result: false
56+
shell: bash
5857
run: |
5958
git diff --quiet --exit-code --cached
6059
echo "has-changes=$?" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)