Skip to content

Commit

Permalink
chore: attempt to auto format PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jul 25, 2024
1 parent 26e7d83 commit 2ae87fb
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
schedule:
# Run daily
- cron: "0 22 * * *"
name: Auto-format
pull_request:
name: Auto-format Pull Request
jobs:
format:
runs-on: ubuntu-latest
Expand All @@ -24,5 +22,5 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git commit -am "chore(autofmt): Automated formatting"
git commit -a --amend
git push

0 comments on commit 2ae87fb

Please sign in to comment.