Enable ci mismatching dependencies check (#1616)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-04-29 22:40:48 +06:00 committed by GitHub
parent 67e6a7958f
commit dc9c3a1ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,9 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
# - name: Checking for mis-matching dependencies...
# run: node common/scripts/install-run-rush.js check
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check
# - name: Checking for missing change logs...
# run: node common/scripts/install-run-rush.js change -v