Below you will find pages that utilize the taxonomy term “Tiangong-Dev”
August 28, 2026
setup-pawl
Version updated for https://github.com/tiangong-dev/pawl to version v0.8.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The PAWL (Prowl) GitHub Action is designed to act as a quality gate by comparing metric measurements across codebase commits. It helps identify regressions in metrics such as coverage, test passes, lint findings, and file lengths, ensuring that changes do not make the repo worse than it already is. The action records the current baseline of each metric and compares them against future changes to ensure no metric regresses. This ensures that improvements are tracked and only genuine changes pass through CI, preventing the introduction of new mess while maintaining existing quality standards.
August 20, 2026
setup-pawl
Version updated for https://github.com/tiangong-dev/pawl to version v0.8.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary pawl is a tool that helps developers automate regression testing by measuring and comparing various dimensions of their codebase. It measures key metrics such as file length, function complexity, coverage, and as any count to ensure that changes do not introduce regressions. If any dimension shows an improvement or no change, the action exits successfully; otherwise, it fails and alerts developers about potential regressions.