Skip to content

Fix: break out of all loops on first focus #3906

Fix: break out of all loops on first focus

Fix: break out of all loops on first focus #3906

Workflow file for this run

name: Package Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'