From f7d15abbbced02bb8e2b789e1df3e506bfd3048d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 6 Sep 2023 20:13:45 +0200 Subject: [PATCH] .github/workflows: add yarn fix --check to ci.yml Signed-off-by: Patrik Oldsberg --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e395370f62..65844e339a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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