From cb5de83bad7618128768ea67452a729111b901cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:46:13 +0900 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 240d4ff8f5..d80c56f032 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -115,4 +115,6 @@ jobs: if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' || matrix.workspace == 'sw' }} - run: pnpm --filter misskey-reversi run build if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' }} + - run: pnpm --filter misskey-bubble-game run build + if: ${{ matrix.workspace == 'frontend' }} - run: pnpm --filter ${{ matrix.workspace }} run typecheck