👷 Adds action to get the compressed size of a PR
This commit is contained in:
9
.github/workflows/get-size.yml
vendored
Normal file
9
.github/workflows/get-size.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user