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 23:40:48 +07:00
committed by GitHub
parent 67e6a7958f
commit dc9c3a1ae1
+3 -3
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