Skip to content

feat: adopt new queryReactions endpoint #2326

feat: adopt new queryReactions endpoint

feat: adopt new queryReactions endpoint #2326

Workflow file for this run

name: Compressed Size
on:
pull_request:
branches:
- master
paths-ignore:
- '**.test.js'
- '**.md'
env:
NODE_OPTIONS: --max_old_space_size=4096
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{js,css,json}'