Skip to content

Commit 4e83028

Browse files
committed
chore: update check
1 parent 076a3a1 commit 4e83028

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
@@ -16,7 +16,7 @@ jobs:
1616
- run: npm install --legacy-peer-deps
1717

1818
- run: npx nx workspace-lint
19-
- run: npx nx format:check
19+
# - run: npx nx format:check
2020
# - run: npx nx affected --target=lint --parallel=3
2121
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
2222
- run: npx nx affected --target=build --parallel=3

0 commit comments

Comments
 (0)