zustand/.github/workflows/compressed-size-action.yml
Danilo Britto e75571f9ed
[v5]: drop UMD/SystemJS builds (#2287)
* Update rollup config in order to drop system js and umd builds

* Update packages

* Clean up files

* Update rollup config

* Update gh workflows

* Minor fixes

* Minor fixes

* Minor fixes

* Minor fixes

* Testing

* Minor changes

* Minor fixes
2024-01-09 21:44:48 +09:00

14 lines
246 B
YAML

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'