Skip to content

Commit e9c6162

Browse files
committed
chore: adjust actions
1 parent 4fdbc2b commit e9c6162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: npm ci
5151
- name: Lint affected projects
52-
run: npx nx affected:lint --parallel=3
52+
run: npx nx affected -t lint --parallel=3
5353

5454
unit-test:
5555
strategy:

0 commit comments

Comments
 (0)