editorconfig-ecci/ecci
Check files against their applicable .editorconfig settings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Newline-separated repository-relative files or directories to check | no | . |
| working-directory | Directory, within the workspace, used to resolve paths | no | . |
| fail-on-violation | Fail the action when violations are found | no | true |
| annotations | Emit GitHub workflow-command annotations | no | true |
| summary | Write a GitHub Actions job summary | no | true |
| max-annotations | Maximum number of file-level annotations | no | 50 |
| log-level | Log volume: quiet, summary, diagnostic, or debug | no | summary |
Outputs
| name | description |
|---|---|
| outcome | success, violations, configuration-error, io-error, or internal-error |
| violations | Number of reported violations |
| checked-files | Number of files fully checked |
| skipped-files | Number of intentionally skipped files |