Skip to content

Commit

Permalink
Check for duplicate dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 27, 2024
1 parent b24f253 commit 6e1a153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-reselect-codemods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
- name: Check formatting
run: yarn format:check

- name: Check for duplicate dependencies
run: yarn dedupe --strategy highest --check

- name: Run test suite
run: yarn test

0 comments on commit 6e1a153

Please sign in to comment.