mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 16:27:22 +00: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
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -40,8 +40,8 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|
||||||
# - name: Checking for mis-matching dependencies...
|
- name: Checking for mis-matching dependencies...
|
||||||
# run: node common/scripts/install-run-rush.js check
|
run: node common/scripts/install-run-rush.js check
|
||||||
|
|
||||||
# - name: Checking for missing change logs...
|
# - name: Checking for missing change logs...
|
||||||
# run: node common/scripts/install-run-rush.js change -v
|
# run: node common/scripts/install-run-rush.js change -v
|
||||||
|
Loading…
Reference in New Issue
Block a user