gh-build-size
Version updated for https://github.com/kitsuyui/gh-build-size to version v0.1.2.
- This action is used across all versions by 6 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
gh-build-size is a GitHub Action that automates the measurement and reporting of built artifact sizes for pull requests and the default branch. It compares build outputs (e.g., JavaScript, CSS, or WebAssembly files) against a baseline, generates size metrics (raw, gzip, brotli), enforces size limits, and posts PR comments with detailed insights. Additionally, it can publish JSON reports and visual badges for tracking size changes, helping developers monitor and optimize build sizes effectively.
What’s Changed
What’s Changed
- Publish file-level build size snapshots by @kitsuyui in https://github.com/kitsuyui/gh-build-size/pull/3
- Add a simple HTML build size report by @kitsuyui in https://github.com/kitsuyui/gh-build-size/pull/4
- Switch published reports to Markdown by @kitsuyui in https://github.com/kitsuyui/gh-build-size/pull/5
Full Changelog: https://github.com/kitsuyui/gh-build-size/compare/v0.1.1...v0.1.2