diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6f5f4f79d..4afe9c88ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: verify local dependency ranges run: node scripts/verify-local-dependencies.js - - name: type checking and declarations + - name: check for missing repo fixes run: yarn fix --check - name: validate config