Skip to content

migrate to Svelte 5 and update Lexical dependency to 0.20 #8

migrate to Svelte 5 and update Lexical dependency to 0.20

migrate to Svelte 5 and update Lexical dependency to 0.20 #8

Workflow file for this run

name: Size
on:
pull_request:
branches:
- master
permissions:
pull-requests: write
jobs:
size-plaintext:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: demos/playground
size-richtext:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: demos/richtext-editor
size-playground:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: demos/playground