We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076a3a1 commit 4e83028Copy full SHA for 4e83028
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: npm install --legacy-peer-deps
17
18
- run: npx nx workspace-lint
19
- - run: npx nx format:check
+# - run: npx nx format:check
20
# - run: npx nx affected --target=lint --parallel=3
21
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
22
- run: npx nx affected --target=build --parallel=3
0 commit comments