ci: Run pnpm dedupe --check.

New in pnpm 8.3.0, this replaces the yarn-deduplicate check that was
removed in commit 3a27b12a7d (#24731).

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-04-25 22:24:14 -07:00
parent b8023da17a
commit 033f561d94
1 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@ jobs:
source tools/ci/activate-venv source tools/ci/activate-venv
./tools/test-js-with-puppeteer ./tools/test-js-with-puppeteer
- name: Check pnpm dedupe
if: ${{ matrix.include_frontend_tests }}
run: pnpm dedupe --check
- name: Check for untracked files - name: Check for untracked files
run: | run: |
source tools/ci/activate-venv source tools/ci/activate-venv