Skip to content

Commit 7fa3e53

Browse files
committed
refactor: adjust GH ci action 2
1 parent 4e154e1 commit 7fa3e53

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-formatter --parallel=3
52+
run: npx nx affected -t lint-formatter --parallel=3
5353

5454
unit-test:
5555
strategy:

0 commit comments

Comments
 (0)