.github/workflows: add yarn fix --check to ci.yml

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-06 20:13:45 +02:00
parent dd37a7069a
commit f7d15abbbc
+3
View File
@@ -79,6 +79,9 @@ jobs:
- name: verify local dependency ranges
run: node scripts/verify-local-dependencies.js
- name: type checking and declarations
run: yarn fix --check
- name: validate config
run: yarn backstage-cli config:check --lax