Skip to content

[pull] next from kongying-tavern:next #4

[pull] next from kongying-tavern:next

[pull] next from kongying-tavern:next #4

name: Compressed Size
on:
pull_request:
types: [opened, synchronize]
jobs:
compressed-size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: 94dreamer/compressed-size-action@master
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{js,css}'