👷 Adds action to get the compressed size of a PR

This commit is contained in:
Alicia Sykes 2021-07-21 17:59:35 +01:00 committed by GitHub
parent c849a53a3d
commit 7a9df63831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/workflows/get-size.yml vendored Normal file
View File

@ -0,0 +1,9 @@
# Adds a comment to new PRs, showing the compressed size and size difference of new code
name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2