Skip to content

Commit 42b6350

Browse files
committed
chore: disable format:check on release
1 parent 1c5cc08 commit 42b6350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2727
- run: npm ci
2828

29-
- run: npx nx format:check
29+
# - run: npx nx format:check
3030
- run: npx nx affected -t lint --parallel=3
3131
- run: npx nx affected -t test --parallel=3 --configuration=ci
3232
- run: npx nx affected -t build --parallel=3

0 commit comments

Comments
 (0)