We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5cc08 commit 42b6350Copy full SHA for 42b6350
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- run: npm ci
28
29
- - run: npx nx format:check
+ # - run: npx nx format:check
30
- run: npx nx affected -t lint --parallel=3
31
- run: npx nx affected -t test --parallel=3 --configuration=ci
32
- run: npx nx affected -t build --parallel=3
0 commit comments