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 c77232a commit d516bd3Copy full SHA for d516bd3
.github/workflows/format-cs-files.yml
@@ -44,6 +44,10 @@ jobs:
44
dotnet format style --verbosity diagnostic
45
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
46
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
51
- name: Push to ${{ github.head_ref || github.ref }}
52
run: |
53
git add .
0 commit comments