Skip to content

Bug fixes

Bug fixes #600

Workflow file for this run

name: Compressed Size
on:
push:
branches-ignore:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'