mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
👷 Adds action to get the compressed size of a PR
This commit is contained in:
parent
c849a53a3d
commit
7a9df63831
1 changed files with 9 additions and 0 deletions
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…
Reference in a new issue