artiomchi/editorconfig.build
Validate or sync your .editorconfig against your editorconfig.build project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Project token from editorconfig.build (found in project settings) | yes | — |
| tag | Version tag of the published configuration (defaults to latest) | no | — |
| path | Path to the .editorconfig file in the repo | no | .editorconfig |
| auto-fix | If true, automatically write and commit the canonical .editorconfig when drift is detected | no | false |
| fail-on-drift | If false, emit a warning instead of failing when drift is detected | no | true |
| pr-comment | Whether to post (or update) a PR comment describing the drift and how to fix it | no | true |
| fix-trigger | Opt-in mechanism when auto-fix is false: "label" (add fix-label to the PR) or "checkbox" (tick a checkbox in the comment) | no | label |
| fix-label | Label the action listens for when fix-trigger is "label" | no | fix-editorconfig |
| report-status | Whether to report sync status to editorconfig.build for telemetry/dashboard purposes (only if enabled on project) | no | true |
| github-token | GitHub token — needs contents: write and pull-requests: write | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| diff | Unified diff between remote and local configs (empty string if in sync) |
| in-sync | 'true' if configs match, 'false' if they differ |