Skip to content

Commit d516bd3

Browse files
author
Petr Sramek
committed
storing here as it might be needed in the future
1 parent c77232a commit d516bd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
dotnet format style --verbosity diagnostic
4545
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
4646
working-directory: ${{ github.workspace }}
47+
# - if: runner.os == 'Windows'
48+
# run: |
49+
# git config --global core.autocrlf false
50+
# git config --global core.eol lf
4751
- name: Push to ${{ github.head_ref || github.ref }}
4852
run: |
4953
git add .

0 commit comments

Comments
 (0)