From 30d87d5532ca7efe07aa26538d8a87a02be63c73 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:43:03 +0900 Subject: [PATCH] Update lint.yml https://github.com/misskey-dev/misskey/issues/16255 --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a2d3bf8755..240d4ff8f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -96,6 +96,7 @@ jobs: matrix: workspace: - backend + - frontend - sw - misskey-js steps: @@ -111,7 +112,7 @@ jobs: cache: 'pnpm' - run: pnpm i --frozen-lockfile - run: pnpm --filter misskey-js run build - if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'sw' }} + if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' || matrix.workspace == 'sw' }} - run: pnpm --filter misskey-reversi run build - if: ${{ matrix.workspace == 'backend' }} + if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' }} - run: pnpm --filter ${{ matrix.workspace }} run typecheck