Skip to content

Commit

Permalink
Update bundle-watch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Apr 27, 2024
1 parent a57a945 commit bedacee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bundle-watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: setup
run: |
corepack enable
yarn
- uses: preactjs/compressed-size-action@v2
with:
pattern: '{images,out}/**/*.*'

0 comments on commit bedacee

Please sign in to comment.