yutkat/Zinit Archived Plugin Checker
Check if Zinit-managed plugins are archived, moved, or deleted
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API requests | no | ${{ github.token }} |
| ignore-plugins | List of plugins to ignore (one per line or comma-separated) | no | "" |
| zinit-home-dir | Path to Zinit home; teleid files under this directory will be read to determine plugins | yes | — |
Outputs
| name | description |
|---|---|
| archived-plugins | JSON array of archived plugins |
| deleted-plugins | JSON array of deleted plugins |
| moved-plugins | JSON array of moved/renamed plugins |
| has-issues | Whether any issues were found |