We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692e737 commit 23bf1feCopy full SHA for 23bf1fe
.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