actions-marketplace-validations/PSMinifier

A Miniature Minifier For PowerShell

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 9, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/startautomating_psminifier@6d9f510d8171d4985fbc6f4998960404e0a1741e # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
IncludeOne or more wildcards of files to include. If not provided, all .ps1 in a workspace will be included. no
ExcludeOne or more wildcards of files to exclude.no"*.*.ps1"
GZipIf set, the minified content will be encoded as GZip, further reducing it's size.no
NoBlockIf set, zipped minified content will be encoded without blocks, making it a very long single line. This parameter is only valid with -GZip. no
CommitMessageIf provided, will commit changes made to the workspace with this commit message.no
UserEmailThe user email associated with a git commit.no
UserNameThe user name associated with a git commit.no
namedescription
OriginalSizeThe Original Size of all files
MinifiedSizeThe Total Size of all minified files
MinifiedPercentThe Percentage Saved by minifying