From 92a430bc2c24556921a070a95139bff6364dadd8 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 22 May 2024 01:33:46 +0200 Subject: [PATCH] made sure that the webclients types are fresh --- .github/workflows/linting.yml | 1 + 1 file changed, 1 insertion(+) 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: