Merge pull request #10689 from backstage/rugvip/local-verify

scripts: add script to verify local dependency ranges
This commit is contained in:
Patrik Oldsberg
2022-04-07 17:41:58 +02:00
committed by GitHub
4 changed files with 110 additions and 1 deletions
+3
View File
@@ -137,6 +137,9 @@ jobs:
- name: verify doc links
run: node scripts/verify-links.js
- name: verify local dependency ranges
run: node scripts/verify-local-dependencies.js
- name: build changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
run: yarn backstage-cli repo build --all --since origin/master