Skip to content

Commit

Permalink
ci: Compressed Size
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Aug 6, 2024
1 parent a50472c commit c8dae88
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Compressed Size

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: preactjs/compressed-size-action@v2
with:
pattern: dist/index.js
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c8dae88

Please sign in to comment.