Skip to content

Commit fa4faae

Browse files
authored
fixed misspelled 'Style'
1 parent 12fa2e5 commit fa4faae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Restore dependencies
2020
run: dotnet restore
2121
- name: Format
22-
run: dotnet format Style
22+
run: dotnet format style
2323
- name: Commit & Push
2424
run: |
2525
git config --global user.name "github-actions[bot]"
2626
git config --global user.email "github-actions[bot]@user.noreply.github.com"
2727
git commit -a -m"formatted code"
28-
git push
28+
git push

0 commit comments

Comments
 (0)