Skip to content

[react-pdf] react-pdf 기본 뼈대를 추가합니다. #6

[react-pdf] react-pdf 기본 뼈대를 추가합니다.

[react-pdf] react-pdf 기본 뼈대를 추가합니다. #6

Workflow file for this run

name: 'size-limit'
on:
pull_request:
branches: main
jobs:
size:
runs-on: ubuntu-latest
steps:
- run: npm i -g pnpm
- run: node -v && pnpm -v
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
build_script: 'build'
clean_script: 'clean'
github_token: ${{ secrets.GITHUB_TOKEN }}