yakdriver/Check smarterr config
GitHub Action to check smarterr configuration files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| start-dir | Directory where code using smarterr lives (default: current directory). This is typically where the error occurs. | no | . |
| base-dir | Parent directory where go:embed is used (optional, but recommended for proper config layering as in the application). If not set, config applies only to the current directory. | no | "" |
| debug | Enable smarterr debug output (even if config fails to load) | no | false |
| quiet | Only output errors (suppresses merged config and warnings) | no | false |
| silent | No output, only exit code (non-zero if errors) | no | false |
| smarterr-config-pattern | Pattern to find smarterr config files (default: finds all smarterr.hcl files) | no | **/smarterr.hcl |
Outputs
no outputs