diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a8b4e2d8..bcb651ea 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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