Skip to content

Commit

Permalink
👷 New Pre-commit format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Feb 25, 2024
1 parent e12ff61 commit 7c649a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pre-commit-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pre-commit format
on: push
jobs:
format-code:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@main
- uses: stefanzweifel/git-auto-commit-action@master
with:
commit_message: "🐛 [pre-commit action]: Auto format"

0 comments on commit 7c649a7

Please sign in to comment.