ln-zap/setup-devenv
Activate devenv environment for CI jobs with image/auto/install modes and basic verification.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 15, 2026
- License
- MIT
Pinned Snippet
uses: ln-zap/setup-devenv@27cef0fd2c4fdb0ef65f31bf1578a1a0633b1ca6 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Activation mode: auto, image, or install. | no | auto |
| activation_script_path | Path to pre-baked activation script on runner image. | no | /home/runner/copilot-devenv-activate.sh |
| verify_files | Newline-delimited repository file paths that must exist. | no | "" |
| verify_commands | Newline-delimited command names that must be available. | no | devenv |
| runner_label_hint | Optional runner label used in error messages. | no | "" |
Outputs
| name | description |
|---|---|
| activation_mode | Effective activation mode used (script, fallback, install). |
| activation_seconds | Time spent in activation and verification. |
| devenv_bin | Resolved devenv binary path. |
| verification_status | Verification status for required files and commands. |