jinzhongjia/jinzhongjia/neovim-action
Install and setup Neovim in GitHub Actions with cross-platform support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Neovim version to install (e.g., "stable", "nightly", "v0.9.5", "0.10.0") | no | stable |
| token | GitHub token for API requests (to avoid rate limiting) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The installed Neovim version |
| cache-hit | Whether the installation was restored from cache |