Merge pull request #26986 from backstage/rugvip/lint-cache

cli: add --successCache option for repo lint
This commit is contained in:
Patrik Oldsberg
2024-10-07 18:50:36 +02:00
committed by GitHub
30 changed files with 327 additions and 22 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ jobs:
run: node scripts/verify-release.js
- name: lint changed packages
run: yarn backstage-cli repo lint --since origin/master
run: yarn backstage-cli repo lint --since origin/master --successCache
- name: test changed packages
run: yarn backstage-cli repo test --maxWorkers=3 --workerIdleMemoryLimit=1300M --since origin/master
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
run: yarn backstage-cli config:check --lax
- name: lint
run: yarn backstage-cli repo lint
run: yarn backstage-cli repo lint --successCache
- name: type checking and declarations
run: yarn tsc:full
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: yarn install --immutable
- name: lint
run: yarn backstage-cli repo lint
run: yarn backstage-cli repo lint --successCache
- name: type checking and declarations
run: yarn tsc:full