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 9a9fb89 commit 8ca5544Copy full SHA for 8ca5544
.github/workflows/build.yml
@@ -263,6 +263,9 @@ jobs:
263
uses: ./.github/actions/restore-cache
264
with:
265
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
266
+ - name: Check for duplicate dependencies
267
+ # Run `npx yarn-deduplicate yarn.lock` locally to resolve any duplicates.
268
+ run: npx yarn-deduplicate yarn.lock --list --fail
269
- name: Lint source files
270
run: yarn lint:lerna
271
- name: Lint C++ files
0 commit comments