Skip to content

Commit

Permalink
Add commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Aug 20, 2024
1 parent 8019251 commit 341c62e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# If branch is renovate we want to format and commit the changes
if: startsWith(github.event.ref, 'refs/heads/renovate')
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: format code with csharpier"
# If branch is not renovate we just want to check the formatting
- name: Check formatting with csharpier
run: dotnet tool run dotnet-csharpier . --check

0 comments on commit 341c62e

Please sign in to comment.