artiomchi/editorconfig.build

Validate or sync your .editorconfig against your editorconfig.build project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenProject token from editorconfig.build (found in project settings)yes
tagVersion tag of the published configuration (defaults to latest)no
pathPath to the .editorconfig file in the repono.editorconfig
auto-fixIf true, automatically write and commit the canonical .editorconfig when drift is detectednofalse
fail-on-driftIf false, emit a warning instead of failing when drift is detectednotrue
pr-commentWhether to post (or update) a PR comment describing the drift and how to fix itnotrue
fix-triggerOpt-in mechanism when auto-fix is false: "label" (add fix-label to the PR) or "checkbox" (tick a checkbox in the comment)nolabel
fix-labelLabel the action listens for when fix-trigger is "label"nofix-editorconfig
report-statusWhether to report sync status to editorconfig.build for telemetry/dashboard purposes (only if enabled on project)notrue
github-tokenGitHub token — needs contents: write and pull-requests: writeno${{ github.token }}
namedescription
diffUnified diff between remote and local configs (empty string if in sync)
in-sync'true' if configs match, 'false' if they differ