Skip to content

docs: add silmarillenschnaps as a contributor for doc #167

docs: add silmarillenschnaps as a contributor for doc

docs: add silmarillenschnaps as a contributor for doc #167

Workflow file for this run

name: size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Analyze bundle sizes
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}