mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Add code size tracking
This commit is contained in:
parent
918fd4b4da
commit
97d582c1a6
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