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 4b0a763 commit 03fe57cCopy full SHA for 03fe57c
.github/workflows/format-cs-files.yml
@@ -23,7 +23,7 @@ concurrency:
23
24
jobs:
25
formatting:
26
- name: Format file headers with .NET ${{ vars.DOTNET_SDK_VERSION }}
+ name: Format whitespace, code style and file header with .NET ${{ vars.DOTNET_SDK_VERSION }}
27
runs-on: windows-latest
28
steps:
29
- uses: actions/checkout@v3
@@ -43,7 +43,6 @@ jobs:
43
working-directory: ${{ github.workspace }}
44
- name: Push to ${{ github.ref }}
45
run: |
46
- git pull origin ${{ github.ref }}
47
git add .
48
git config user.name "$(git log -n 1 --pretty=format:%an)"
49
git config user.email "$(git log -n 1 --pretty=format:%ae)"
0 commit comments