mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 09:33:47 +00:00
Add code size tracking (#1036)
This commit is contained in:
parent
5ddb7833ec
commit
c4dd7c929d
1 changed files with 16 additions and 0 deletions
16
.github/workflows/code-size.yml
vendored
Normal file
16
.github/workflows/code-size.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Compressed Size
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: preactjs/compressed-size-action@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
build-script: "deploy"
|
||||
pattern: "./packages/webamp/built/*bundle.js"
|
||||
Loading…
Add table
Add a link
Reference in a new issue