Skip to content

fix(backend): 채널에서 노트 게시 예약을 사용하면 채널 타임라인이 아닌 일반 타임라인에 게시됨 (kokonec… #1657

fix(backend): 채널에서 노트 게시 예약을 사용하면 채널 타임라인이 아닌 일반 타임라인에 게시됨 (kokonec…

fix(backend): 채널에서 노트 게시 예약을 사용하면 채널 타임라인이 아닌 일반 타임라인에 게시됨 (kokonec… #1657

name: API report (cherrypick.js)
on:
push:
paths:
- packages/cherrypick-js/**
- .github/workflows/api-cherrypick-js.yml
pull_request:
paths:
- packages/cherrypick-js/**
- .github/workflows/api-cherrypick-js.yml
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- run: corepack enable
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: '.node-version'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Build
run: pnpm --filter cherrypick-js build
- name: Check files
run: ls packages/cherrypick-js/built
- name: API report
run: pnpm --filter cherrypick-js api-prod
- name: Show report
if: always()
run: cat packages/cherrypick-js/temp/cherrypick-js.api.md