From 09a921d59cff02f7fab297cf63e5a75e3fbb9e20 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 22 May 2024 01:39:26 +0200 Subject: [PATCH] fixed `pnpm run type-refresh` needing to have a working directory set --- .github/workflows/linting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 23b093954..96cbdeb84 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -22,6 +22,7 @@ jobs: args: [--frozen-lockfile, --strict-peer-dependencies] - args: [--global, openapi-format] - run: pnpm run type-refresh + working-directory: webclient - name: Setup Python uses: actions/setup-python@v5 with: