diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-03-30 02:33:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 09:33:19 +0900 |
| commit | cee1d5e2d01359e6d762a10fc67d4e7c1cc830eb (patch) | |
| tree | 45eab3096b1983ae5267caab4aa4c5eff77b6e5d /.github/workflows/lint.yml | |
| parent | New Crowdin updates (#10407) (diff) | |
| download | sharkey-cee1d5e2d01359e6d762a10fc67d4e7c1cc830eb.tar.gz sharkey-cee1d5e2d01359e6d762a10fc67d4e7c1cc830eb.tar.bz2 sharkey-cee1d5e2d01359e6d762a10fc67d4e7c1cc830eb.zip | |
chore: integrate misskey-js as a workspace item (git subtree) (#10409)
* Additional changes for the merge
* api-misskey-js
Diffstat (limited to '.github/workflows/lint.yml')
| -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 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: |