Skip to content

v6 - Passing AdyenCheckout as first parameter #4204

v6 - Passing AdyenCheckout as first parameter

v6 - Passing AdyenCheckout as first parameter #4204

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: "**/dist/**/*.js"
exclude: "{**/*.map,**/node_modules/**,**/src}"