mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-13 16:39:59 +00:00
👷 Adds action to get the compressed size of a PR
This commit is contained in:
@@ -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