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 12fa2e5 commit fa4faaeCopy full SHA for fa4faae
.github/workflows/format.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Restore dependencies
20
run: dotnet restore
21
- name: Format
22
- run: dotnet format Style
+ run: dotnet format style
23
- name: Commit & Push
24
run: |
25
git config --global user.name "github-actions[bot]"
26
git config --global user.email "github-actions[bot]@user.noreply.github.com"
27
git commit -a -m"formatted code"
28
- git push
+ git push
0 commit comments