Update lint.yml

This commit is contained in:
かっこかり 2025-11-10 18:46:13 +09:00 committed by GitHub
commit cb5de83bad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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