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 5a470ea commit 09e6703Copy full SHA for 09e6703
.github/workflows/ci.yml
@@ -49,4 +49,4 @@ jobs:
49
- name: Install dependencies
50
run: npm ci
51
- name: Lint affected projects
52
- run: npx nx run-many -t lint-multi --concurrency 5 --skipNxCache --parallel=1
+ run: npx nx run-many -t lint-multi --concurrency auto --skipNxCache --parallel=1
0 commit comments