Skip to content

Commit

Permalink
Make autofixer run a bit more aggressively (#563)
Browse files Browse the repository at this point in the history
I'm the one reviewing these changes, so I'm fine with them happening more often
  • Loading branch information
jackfirth authored Sep 23, 2024
1 parent 8e02bfd commit bfe02a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Resyntax Autofixer
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 * * *"

jobs:
autofix:
Expand All @@ -29,3 +29,4 @@ jobs:
with:
private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }}
max-pass-count: 1
max-modified-files: 10

0 comments on commit bfe02a4

Please sign in to comment.