.github/workflows: enable repo lint cache

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-06 12:24:09 +02:00
parent d4ae3b2570
commit de8732596a
3 changed files with 3 additions and 3 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 --cache
- 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 --cache
- 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 --cache
- name: type checking and declarations
run: yarn tsc:full