hyperi-io/macbash
Check bash scripts for macOS compatibility and auto-fix them for cross-platform portability
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | macbash version to install, e.g. v1.5.9 (default: latest) | no | latest |
| paths | Files or glob patterns to check (space-separated) | no | **/*.sh |
| severity | Minimum severity to report: error, warning, info | no | warning |
| format | Output format: text, json | no | text |
| config | Path to a custom rules YAML file, merged over the built-ins | no | "" |
| fail-on-no-match | Fail the step when `paths` matches no files (catches a typo silently passing the gate) | no | true |
Outputs
no outputs