mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
👷 Adds action to get the compressed size of a PR
This commit is contained in:
parent
c849a53a3d
commit
7a9df63831
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
|
Loading…
x
Reference in New Issue
Block a user