We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c15c86 commit 150b83aCopy full SHA for 150b83a
.github/workflows/ci.yml
@@ -30,7 +30,6 @@ jobs:
30
# This line is needed for nx affected to work when CI is running on a PR
31
- run: git branch --track main origin/main || true
32
33
- - run: npx nx workspace-lint
34
- run: if ! npx nx format:check ; then echo "Format check failed. Please run 'npx nx format:write'."; fi
35
- run: npx nx affected --target=lint --parallel=3
36
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
0 commit comments