Skip to content

Add warning for selectors that return the entire state #369

Add warning for selectors that return the entire state

Add warning for selectors that return the entire state #369

Workflow file for this run

name: Bundle Size
on: [pull_request]
jobs:
build:
name: Check compressed size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'