ci: parallelize aggregate lint

This commit is contained in:
Tianyi Cui
2026-07-22 14:53:46 +08:00
parent e65ea9bdbc
commit 03348aa382
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -849,6 +849,7 @@ jobs:
env:
DSH_COVERAGE_MAX_WORKERS: ${{ matrix.workers }}
DSH_ESLINT_CACHE: '1'
DSH_ESLINT_CONCURRENCY: ${{ matrix.workers }}
DSH_GATE_CONCURRENCY: ${{ matrix.workers }}
DSH_PUBLINT_CONCURRENCY: ${{ matrix.workers }}
DSH_SNAPSHOT_MAX_CONCURRENCY: ${{ matrix.workers }}