docker-compose-linter/DCLint GitHub Action
Validate and enforce best practices in Docker Compose using DCLint. Supports GitHub Annotations and Reviewdog integration.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path(s) to file(s) or directory(ies) to lint (space-separated) | no | . |
| recursive | Recursively search directories | no | false |
| fix | Apply automatic fixes | no | false |
| dry-run | Simulate fixes without saving | no | false |
| formatter | Output formatter (e.g. stylish, json, github) | no | github |
| max-warnings | Maximum number of warnings allowed before failure | no | -1 |
| exclude | Excludes specific files or directories from being checked (space-separated) | no | — |
| disable-rule | Skips the execution of specific rules (space-separated) | no | — |
| debug | Outputs debugging information to the console | no | false |
Outputs
no outputs