Skip to content

Commit 905e37f

Browse files
author
Petr Sramek
committed
fix formatting cs
1 parent fcdb3a9 commit 905e37f

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
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
formatting:
2828
name: Format whitespace, code style and file header with .NET ${{ vars.DOTNET_SDK_VERSION }}
29-
runs-on: ubuntu-latest
29+
runs-on: windows-latest
3030
steps:
3131
- uses: actions/checkout@v4
3232
with:
@@ -46,7 +46,6 @@ jobs:
4646
working-directory: ${{ github.workspace }}
4747
- name: Push to ${{ github.ref }}
4848
run: |
49-
git config --global core.autocrlf false
5049
git add .
5150
git config user.name "$(git log -n 1 --pretty=format:%an)"
5251
git config user.email "$(git log -n 1 --pretty=format:%ae)"

0 commit comments

Comments
 (0)