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