File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 NX_BATCH_MODE : false
2323 # Keep this on
2424 NX_VERBOSE_LOGGING : true
25+ TIMING : 15
2526
2627jobs :
2728 lint :
4243 - name : Install dependencies
4344 run : npm ci
4445 - name : Lint affected projects with default settings and old eslint version
45- run : npx nx run-many -t lint
46+ run : npx nx run-many -t lint --stats
4647
4748 lint-concurrency :
4849 runs-on : ubuntu-latest
6566 - name : Install dependencies
6667 run : npm ci
6768 - name : Lint affected projects with concurrency ${{ matrix.concurrency }}
68- run : npx nx run-many -t lint-multi --exclude models-transformers --concurrency ${{ matrix.concurrency }}
69+ run : npx nx run-many -t lint-multi --exclude models-transformers --concurrency ${{ matrix.concurrency }} --stats
You can’t perform that action at this time.
0 commit comments