Skip to content

(feat) O3-3712: add a concept answer to a concept in the form builder #821

(feat) O3-3712: add a concept answer to a concept in the form builder

(feat) O3-3712: add a concept answer to a concept in the form builder #821

Workflow file for this run

name: Report bundle size
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📏 Compute bundle size differences
uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
minimum-change-threshold: 10000 # 10 KB
build-script: "turbo run build"