Skip to content

feat: introduce extended reaction list to a reactions detail component #3627

feat: introduce extended reaction list to a reactions detail component

feat: introduce extended reaction list to a reactions detail component #3627

Workflow file for this run

name: Size
on:
pull_request:
branches:
- master
paths-ignore:
- '**.test.*'
- '**.md'
env:
NODE_OPTIONS: --max_old_space_size=4096
jobs:
compressed-size:
name: Compressed Size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: preactjs/compressed-size-action@v2
env:
NODE_OPTIONS: --max_old_space_size=4096
YARN_IGNORE_ENGINES: 'true' # skip validation for node20 requirement
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{?(c|m)js,css,json}'
strip-hash: "\\b\\w{8}\\."