neerav34/env-doctor
Catch missing or undocumented env vars on every PR — the eslint of environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for posting PR comments | no | ${{ github.token }} |
| strict | Treat warnings as errors | no | false |
| env-file | Path to .env file (relative to repo root) | no | .env |
| example-file | Path to .env.example file | no | .env.example |
| ignore | Newline-separated glob patterns to ignore | no | "" |
| fail-on-error | Fail the check if errors are found | no | true |
Outputs
| name | description |
|---|---|
| errors | Number of errors found |
| warnings | Number of warnings found |
| success | "true" if no errors were found |