Skip to content

Commit 582b84f

Browse files
authored
Increase autofixer fix count and limit modified files
This should make Resyntax more likely to run multiple passes over a small number of files, rather than a single pass over many files.
1 parent 505d001 commit 582b84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/resyntax-autofixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Create a new branch
4848
run: git checkout -b autofix-${{ github.run_number }}-${{ github.run_attempt }}
4949
- name: Run Resyntax
50-
run: racket -l- resyntax/cli fix --directory . --max-fixes 10 --output-as-commit-message >> /tmp/resyntax-output.txt
50+
run: racket -l- resyntax/cli fix --directory . --max-fixes 20 --max-modified-files 3 --output-as-commit-message >> /tmp/resyntax-output.txt
5151
- name: Create pull request
5252
uses: actions/[email protected]
5353
with:

0 commit comments

Comments
 (0)