mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
Enable ci mismatching dependencies check (#1616)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
67e6a7958f
commit
dc9c3a1ae1
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user