From dc9c3a1ae17d71c92c507ece3ac1eec7fdbf2dcd Mon Sep 17 00:00:00 2001 From: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Date: Fri, 29 Apr 2022 22:40:48 +0600 Subject: [PATCH] Enable ci mismatching dependencies check (#1616) Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0d2197fe0..72e0ce54f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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