Skip to content

Commit

Permalink
ci: format files edited by release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 23, 2024
1 parent a341ccd commit 7cca6d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

fmt:
needs: release
runs-on: ubutun-latest
steps:
- uses: fregante/[email protected]
- run: |
make fmt
git commit -am 'chore: format files'
git push

0 comments on commit 7cca6d7

Please sign in to comment.