yubiuser/action-editorconfig-checker — explained in plain English
Analysis updated 2026-07-13 · repo last pushed 2024-02-05
Automatically validate formatting on every pull request before merge.
Enforce consistent indentation and line endings across a multi-contributor codebase.
Reduce manual formatting nitpicks in code review for open-source projects.
| yubiuser/action-editorconfig-checker | 0xhassaan/nn-from-scratch | 0xzgbot/hermes-comfyui-skills | |
|---|---|---|---|
| Stars | — | 0 | 0 |
| Language | — | Python | — |
| Last pushed | 2024-02-05 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 4/5 | 1/5 |
| Audience | developer | developer | designer |
Figures from each repo's GitHub metadata at analysis time.
Just add a short workflow YAML file to your repository and optionally pin a version of the action.
Action-editorconfig-checker is a small tool that helps teams keep their code files consistent. It runs automatically on GitHub whenever someone proposes changes to a project, checking that every file follows a shared set of formatting rules. Think of it as an automated proofreader for things like indentation, spacing, and line endings, catching the little inconsistencies that often slip in when multiple people edit the same codebase. Under the hood, it wraps an existing open-source checker that reads a project's EditorConfig file. That file is a simple list of rules (use spaces, not tabs, end lines a certain way) that lives in the repository root. When a pull request comes in, the action runs the checker against the changed files and flags any that don't match the agreed style. This is most useful for teams where several people commit code regularly. A startup with a handful of engineers, an open-source project with outside contributors, or anyone maintaining a shared codebase can benefit. Instead of reviewing formatting by hand or arguing about tabs versus spaces in code review, the check happens automatically before a change is merged. The tool is straightforward: you add a short configuration file to your repository, pick a version if you don't want the default, and the checker runs on its own. The README doesn't go into detail on advanced options or troubleshooting, but the basic setup is minimal, just a few lines to get consistent formatting checks running on every pull request.
A GitHub Action that automatically checks every pull request against your project's EditorConfig formatting rules, catching indentation and spacing issues before code is merged.
Dormant — no commits in 2+ years (last push 2024-02-05).
The README does not mention a license, so permission terms are unknown.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.