Skip to content

Commit 6e1a153

Browse files
committed
Check for duplicate dependencies in CI
1 parent b24f253 commit 6e1a153

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-reselect-codemods.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ jobs:
4040
- name: Check formatting
4141
run: yarn format:check
4242

43+
- name: Check for duplicate dependencies
44+
run: yarn dedupe --strategy highest --check
45+
4346
- name: Run test suite
4447
run: yarn test

0 commit comments

Comments
 (0)