We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24f253 commit 6e1a153Copy full SHA for 6e1a153
.github/workflows/test-reselect-codemods.yml
@@ -40,5 +40,8 @@ jobs:
40
- name: Check formatting
41
run: yarn format:check
42
43
+ - name: Check for duplicate dependencies
44
+ run: yarn dedupe --strategy highest --check
45
+
46
- name: Run test suite
47
run: yarn test
0 commit comments