diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index f40847fc0..cc686ccb9 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -21,6 +21,7 @@ jobs: - cwd: webclient args: [--frozen-lockfile, --strict-peer-dependencies] - args: [--global, openapi-format] + - run: pnpm run type-refresh - name: Setup Python uses: actions/setup-python@v5 with: