summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorおさむのひと <46447427+samunohito@users.noreply.github.com>2024-01-22 18:01:54 +0900
committerGitHub <noreply@github.com>2024-01-22 18:01:54 +0900
commit850d38414e44d0be380f5b0900b408b05d41b8c1 (patch)
treeef39a67aeb2537dea4fab3a00c66e27d33daf6ba /.github
parentfix lint (diff)
downloadsharkey-850d38414e44d0be380f5b0900b408b05d41b8c1.tar.gz
sharkey-850d38414e44d0be380f5b0900b408b05d41b8c1.tar.bz2
sharkey-850d38414e44d0be380f5b0900b408b05d41b8c1.zip
fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)
* fix: バブルゲームのビルド失敗修正 * fix: api.jsonの定義誤りを修正 * fix: lint.yml(typecheck) * fix: fix eslint error * fix: frontend vitest version * fix: frontend vitest version * fix: * fix: cypress * fix: misskey-js test * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?) * fix: conflict * fix: 間違えて上書きしたところを修正 * fix: 再 * fix: api.json * fix: api.json * fix: タイムアウト延長 * Update packages/misskey-js/jest.config.cjs Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 23cea7d565..fe2d7fce4d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -92,4 +92,6 @@ jobs:
- run: pnpm i --frozen-lockfile
- run: pnpm --filter misskey-js run build
if: ${{ matrix.workspace == 'backend' }}
+ - run: pnpm --filter misskey-reversi run build
+ if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter ${{ matrix.workspace }} run typecheck