hustcer/Setup Nu
Setup a Nushell Environment to Run Nu Scripts or Commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | A valid semver specifier of nushell version to install. | no | * |
| features | Nushell features to install, should be `full` or `default`, `full` can be used for Nu 0.86 ~ 0.93. | no | default |
| check-latest | Set this option if you want the action to check for the latest available version. | no | false |
| enable-plugins | Enable registering of plugins | no | false |
| github-token | GitHub token or PAT token | no | ${{ github.token }} |
Outputs
no outputs