Skip to content

Commit 3859e54

Browse files
committed
chore: remove format write
1 parent ba80f49 commit 3859e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626

2727
- run: npm ci
2828

29-
# - run: npx nx format:check
30-
- run: npx nx format:write
29+
- run: npx nx format:check
3130
- run: npx nx affected -t lint --parallel=3
3231
- run: npx nx affected -t test --parallel=3 --configuration=ci
3332
- run: npx nx affected -t build --parallel=3

0 commit comments

Comments
 (0)