elliotgoodrich/trimja action
Download, setup, and runs trimja to reduce the size of your ninja build file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- None
Pinned Snippet
uses: elliotgoodrich/trimja-action@f9c60d15be63f8e350a20a2fefea1c7e57f7ef31 # v1.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of trimja to install | — | 1.3.0 |
| path | Path to the ninja build file | — | ./build.ninja |
| build-configuration | Additional string to include in the cache that describes your build configuration | — | "" |
| affected | Newline-separated list of additional files or build outputs to mark as affected | — | "" |
| targets | Newline-separated list of ninja build targets to restrict to | — | "" |
| target-default | Include the default build target in the list of targets to restrict to | — | false |
| explain | Whether to pass --explain to trimja | — | false |
Outputs
no outputs