nasa-pds/🤠 PDS Engineering: Roundup
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 15, 2026
- License
- Apache 2.0
Pinned Snippet
uses: nasa-pds/roundup-action@e10bcab946d75bdbd18e20d368223c9a05cdb0b3 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| assembly | 🤠 What kind of roundup are we doing, such as `stable` or `unstable` or something else? We default to `unstable`. | no | unstable |
| packages | 📦 What packages should be installed prior to starting the roundup? Use commas to separate each. These are Alpine Linux package names. | no | "" |
| maven-test-phases | 🩺 Maven phases (or goals) to invoke for running tests. | no | test |
| maven-doc-phases | 📚 Maven phases (or goals) to invoke for generation documentation. | no | package,site,site:stage |
| maven-build-phases | 👷 Maven phases (or goals) to invoke for building software. | no | compile |
| maven-stable-artifact-phases | 😌 Maven phases (or goals) to invoke for publishing stable artifacts. | no | clean,package,site,deploy |
| maven-unstable-artifact-phases | 🤪 Maven phases (or goals) to invoke for publishing unstable artifacts. | no | clean,site,deploy |
| documentation-dir | 🤪 local folder of the project workspace from where documentation will be published on gh-pages | no | "" |
Outputs
no outputs