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 7554a00 commit 2b01d2fCopy full SHA for 2b01d2f
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: npm ci
45
- name: Lint affected projects with default settings and old eslint version
46
- run: npx nx run-many -t lint --stats
+ run: npx nx run-many -t lint --exclude models-transformers --stats
47
48
lint-concurrency:
49
runs-on: ubuntu-latest
@@ -66,4 +66,4 @@ jobs:
66
67
68
- name: Lint affected projects with concurrency ${{ matrix.concurrency }}
69
- run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency ${{ matrix.concurrency }} --stats
+ run: npx nx run-many -t lint-multi --exclude models-transformers --stats --concurrency ${{ matrix.concurrency }}
0 commit comments