Skip to content

Commit 150b83a

Browse files
committed
fixup: rm workspace-lint
Signed-off-by: Todd Baert <[email protected]>
1 parent 4c15c86 commit 150b83a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
# This line is needed for nx affected to work when CI is running on a PR
3131
- run: git branch --track main origin/main || true
3232

33-
- run: npx nx workspace-lint
3433
- run: if ! npx nx format:check ; then echo "Format check failed. Please run 'npx nx format:write'."; fi
3534
- run: npx nx affected --target=lint --parallel=3
3635
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage

0 commit comments

Comments
 (0)