Skip to content

Backport 10 16

Backport 10 16 #1715

Workflow file for this run

name: Compressed Size
on:
pull_request:
branches:
- '**'
paths:
- '**/src/**.js'
- 'package.json'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'