diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-11-10 18:46:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 18:46:13 +0900 |
| commit | cb5de83bad7618128768ea67452a729111b901cc (patch) | |
| tree | f21de162320ab2f41074cb17231e14cde42b34dd /.github | |
| parent | Update lint.yml (diff) | |
| download | misskey-cb5de83bad7618128768ea67452a729111b901cc.tar.gz misskey-cb5de83bad7618128768ea67452a729111b901cc.tar.bz2 misskey-cb5de83bad7618128768ea67452a729111b901cc.zip | |
Update lint.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |