Skip to content

Prevent any type of class instances #50

Prevent any type of class instances

Prevent any type of class instances #50

Workflow file for this run

name: Compressed Size
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8
run_install: false
- name: compressed-size-action
uses: preactjs/compressed-size-action@v2
with:
pattern: "packages/**/dist/!(*.module|*.min).{js,mjs}"
build-script: "ci:build"
strip-hash: "[.-](\\w{8,9})\\.(?:js|css)$"