diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 7792f49..95617ef 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -23,6 +23,10 @@ jobs: with: version: 8 + - name: Install deps + run: pnpm i + working-directory: ./frontend + - name: Check Format run: pnpm format:check working-directory: ./frontend