fix(link): 修复跳转方式为返回或退出时链接样式为禁用的问题 #2076
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "./miniprogram_dist/**/*.{js,wxs,wxml,json}" |