We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505d001 commit 582b84fCopy full SHA for 582b84f
.github/workflows/resyntax-autofixer.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Create a new branch
48
run: git checkout -b autofix-${{ github.run_number }}-${{ github.run_attempt }}
49
- name: Run Resyntax
50
- run: racket -l- resyntax/cli fix --directory . --max-fixes 10 --output-as-commit-message >> /tmp/resyntax-output.txt
+ run: racket -l- resyntax/cli fix --directory . --max-fixes 20 --max-modified-files 3 --output-as-commit-message >> /tmp/resyntax-output.txt
51
- name: Create pull request
52
uses: actions/[email protected]
53
with:
0 commit comments