Skip to content

Commit

Permalink
Automatically format and commit changes inside format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno authored Mar 10, 2023
1 parent 605ba36 commit 520cd40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ jobs:
uses: actions/checkout@v2

- name: Run dotnet format
run: dotnet format '.\Source' --folder --check --verbosity diagnostic
run: dotnet format '.\Source' --folder

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply formatting fixes

0 comments on commit 520cd40

Please sign in to comment.