Skip to content

Commit 4e154e1

Browse files
committed
refactor: adjust GH ci action
1 parent 28bc74d commit 4e154e1

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:lint-formatter --parallel=3
5353

5454
unit-test:
5555
strategy:

0 commit comments

Comments
 (0)