Skip to content

Added github template for PRs #53

Added github template for PRs

Added github template for PRs #53

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
with:
pattern: "./dist/*.{js,mjs,cjs}"