Skip to content

Commit 2b01d2f

Browse files
committed
refactor: adjust action 4
1 parent 7554a00 commit 2b01d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545
- name: Lint affected projects with default settings and old eslint version
46-
run: npx nx run-many -t lint --stats
46+
run: npx nx run-many -t lint --exclude models-transformers --stats
4747

4848
lint-concurrency:
4949
runs-on: ubuntu-latest
@@ -66,4 +66,4 @@ jobs:
6666
- name: Install dependencies
6767
run: npm ci
6868
- name: Lint affected projects with concurrency ${{ matrix.concurrency }}
69-
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency ${{ matrix.concurrency }} --stats
69+
run: npx nx run-many -t lint-multi --exclude models-transformers --stats --concurrency ${{ matrix.concurrency }}

0 commit comments

Comments
 (0)