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