From abdb43c440e2a1349585c7fbbcd4c5ef38b11604 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Sat, 25 Mar 2023 08:20:34 +0100 Subject: Revert "Additional changes for the merge" This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753. --- .github/workflows/api.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/api.yml (limited to '.github/workflows/api.yml') diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml deleted file mode 100644 index 75c547f110..0000000000 --- a/.github/workflows/api.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: API report - -on: [push, pull_request] - -jobs: - report: - - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3.3.0 - - - run: corepack enable - - - name: Setup Node.js - uses: actions/setup-node@v3.6.0 - with: - node-version: 18.x - 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 -- cgit v1.2.3-freya