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 e4ec3b3 commit 7fa83cdCopy full SHA for 7fa83cd
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
main-branch-name: 'master'
47
48
- name: Start CI Run
49
- run: npx nx-cloud@next start-ci-run --distribute-on="./.nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e"
+ run: npx nx-cloud@next start-ci-run --auto-apply-fixes="*format:check*,*documentation*" --distribute-on="./.nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e"
50
51
- name: Install dependencies
52
run: |
0 commit comments