Skip to content

Commit 5fcdce9

Browse files
committed
Verify pnpm dedupe
1 parent 6e90cda commit 5fcdce9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,10 @@ jobs:
778778

779779
- run: pnpm install --frozen-lockfile
780780

781+
- name: "Verify pnpm dedupe"
782+
if: always()
783+
run: pnpm dedupe --check
784+
781785
- name: SyncPack Check
782786
if: always()
783787
run: pnpm run lint.syncpack

0 commit comments

Comments
 (0)