Skip to content

Commit 03fe57c

Browse files
author
Petr Sramek
committed
updated
1 parent 4b0a763 commit 03fe57c

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
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
formatting:
26-
name: Format file headers with .NET ${{ vars.DOTNET_SDK_VERSION }}
26+
name: Format whitespace, code style and file header with .NET ${{ vars.DOTNET_SDK_VERSION }}
2727
runs-on: windows-latest
2828
steps:
2929
- uses: actions/checkout@v3
@@ -43,7 +43,6 @@ jobs:
4343
working-directory: ${{ github.workspace }}
4444
- name: Push to ${{ github.ref }}
4545
run: |
46-
git pull origin ${{ github.ref }}
4746
git add .
4847
git config user.name "$(git log -n 1 --pretty=format:%an)"
4948
git config user.email "$(git log -n 1 --pretty=format:%ae)"

0 commit comments

Comments
 (0)