Skip to content

Commit

Permalink
chore(CI): chore: add compressed-size action
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Dec 9, 2023
1 parent 89b23de commit 13f1f03
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Compressed Size

on: [pull_request]

jobs:
build:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
pattern: "**/lib/**/*.js"

0 comments on commit 13f1f03

Please sign in to comment.