Skip to content

fix: cashApp not destroyed on unmount (#100) #198

fix: cashApp not destroyed on unmount (#100)

fix: cashApp not destroyed on unmount (#100) #198

Workflow file for this run

name: Size limit
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}