Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Checking for mis-matching transitive dependencies...
run: node common/scripts/check-versions.js

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -223,6 +226,10 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Checking for mis-matching transitive dependencies...
run: node common/scripts/check-versions.js


- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -349,6 +356,9 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Checking for mis-matching transitive dependencies...
run: node common/scripts/check-versions.js

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -440,6 +450,9 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Checking for mis-matching transitive dependencies...
run: node common/scripts/check-versions.js

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -514,6 +527,9 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Checking for mis-matching transitive dependencies...
run: node common/scripts/check-versions.js

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down
Loading
Loading