diff --git a/.github/workflows/get-size.yml b/.github/workflows/get-size.yml new file mode 100644 index 00000000..2b602fd0 --- /dev/null +++ b/.github/workflows/get-size.yml @@ -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