diff options
| author | Insert5StarName <anime@shourai.de> | 2023-12-09 03:42:22 +0100 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-12-09 03:42:22 +0100 |
| commit | 5bde0a4a451fe3f13190871456689795e736ad9a (patch) | |
| tree | 50dfd6d6bdc50f1e3ab8414ae868ecb299138849 /.github/workflows/api-misskey-js.yml | |
| parent | chore: update repo links (diff) | |
| download | sharkey-5bde0a4a451fe3f13190871456689795e736ad9a.tar.gz sharkey-5bde0a4a451fe3f13190871456689795e736ad9a.tar.bz2 sharkey-5bde0a4a451fe3f13190871456689795e736ad9a.zip | |
chore: remove .github
Diffstat (limited to '.github/workflows/api-misskey-js.yml')
| -rw-r--r-- | .github/workflows/api-misskey-js.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.github/workflows/api-misskey-js.yml b/.github/workflows/api-misskey-js.yml deleted file mode 100644 index 7818370c0a..0000000000 --- a/.github/workflows/api-misskey-js.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: API report (misskey.js) - -on: [push, pull_request] - -jobs: - report: - - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4.1.1 - - - run: corepack enable - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version-file: '.node-version' - cache: 'pnpm' - - - name: Install dependencies - run: pnpm i --frozen-lockfile - - - name: Build - run: pnpm --filter misskey-js build - - - name: Check files - run: ls packages/misskey-js/built - - - name: API report - run: pnpm --filter misskey-js api-prod - - - name: Show report - if: always() - run: cat packages/misskey-js/temp/misskey-js.api.md |