Automate catalog-info.yaml file upkeep (pre-commit and CI)

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2023-08-25 17:13:07 +02:00
committed by Fredrik Adelöw
parent 6b1a6e7f84
commit 52bd59121d
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -98,6 +98,9 @@ jobs:
- name: verify api reference
run: node scripts/verify-api-reference.js
- name: verify catalog-info.yaml consistency
run: yarn backstage-repo-tools generate-catalog-info --ci
- name: lint openapi yaml files
run: yarn backstage-repo-tools schema openapi lint