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 fcdb3a9 commit 905e37fCopy full SHA for 905e37f
.github/workflows/format-cs-files.yml
@@ -26,7 +26,7 @@ concurrency:
26
jobs:
27
formatting:
28
name: Format whitespace, code style and file header with .NET ${{ vars.DOTNET_SDK_VERSION }}
29
- runs-on: ubuntu-latest
+ runs-on: windows-latest
30
steps:
31
- uses: actions/checkout@v4
32
with:
@@ -46,7 +46,6 @@ jobs:
46
working-directory: ${{ github.workspace }}
47
- name: Push to ${{ github.ref }}
48
run: |
49
- git config --global core.autocrlf false
50
git add .
51
git config user.name "$(git log -n 1 --pretty=format:%an)"
52
git config user.email "$(git log -n 1 --pretty=format:%ae)"
0 commit comments