Skip to content

Fixed TypeScript narrowing errors in the Square ACH flow and updated type definitions for React 19 compatibility. #218

Fixed TypeScript narrowing errors in the Square ACH flow and updated type definitions for React 19 compatibility.

Fixed TypeScript narrowing errors in the Square ACH flow and updated type definitions for React 19 compatibility. #218

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 }}