From cee1d5e2d01359e6d762a10fc67d4e7c1cc830eb Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Thu, 30 Mar 2023 02:33:19 +0200 Subject: chore: integrate misskey-js as a workspace item (git subtree) (#10409) * Additional changes for the merge * api-misskey-js --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/lint.yml') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d65076ebb2..1c6615e17f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,6 +36,7 @@ jobs: - backend - frontend - sw + - misskey-js steps: - uses: actions/checkout@v3.3.0 with: @@ -61,6 +62,7 @@ jobs: matrix: workspace: - backend + - misskey-js steps: - uses: actions/checkout@v3.3.0 with: -- cgit v1.2.3-freya