Skip to content

Commit 18270eb

Browse files
authored
Merge pull request #7832 from sreeisalso/pnpm-dedupe-check
Verify pnpm dedupe
2 parents 6e90cda + aea6845 commit 18270eb

File tree

2 files changed

+109
-1059
lines changed

2 files changed

+109
-1059
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)