Files
issues-helper/.github/workflows/compressed-size.yml
2020-12-24 15:16:54 +08:00

17 lines
390 B
YAML

name: Compressed Size
on: [pull_request_target]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: "./dist/*.{js}"
build-script: "package"