whatisgithub

What is action-editorconfig-checker?

yubiuser/action-editorconfig-checker — explained in plain English

Analysis updated 2026-07-13 · repo last pushed 2024-02-05

Audience · developerComplexity · 1/5DormantSetup · easy

In one sentence

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.

Mindmap

mindmap
  root((repo))
    What it does
      Checks formatting on PRs
      Reads EditorConfig rules
      Flags style violations
    Use cases
      Team code consistency
      Open-source contributor checks
      Stop tabs vs spaces debates
    Tech stack
      GitHub Actions
      EditorConfig
      Go checker wrapper
    Audience
      Startup engineering teams
      Open-source maintainers
      Shared codebase owners
    Setup
      Add config file
      Pick a version
      Runs automatically
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically validate formatting on every pull request before merge.

USE CASE 2

Enforce consistent indentation and line endings across a multi-contributor codebase.

USE CASE 3

Reduce manual formatting nitpicks in code review for open-source projects.

What is it built with?

GitHub ActionsEditorConfigGo

How does it compare?

yubiuser/action-editorconfig-checker0xhassaan/nn-from-scratch0xzgbot/hermes-comfyui-skills
Stars00
LanguagePython
Last pushed2024-02-05
MaintenanceDormant
Setup difficultyeasymoderateeasy
Complexity1/54/51/5
Audiencedeveloperdeveloperdesigner

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Just add a short workflow YAML file to your repository and optionally pin a version of the action.

The README does not mention a license, so permission terms are unknown.

So what is it?

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.

Copy-paste prompts

Prompt 1
Help me add the action-editorconfig-checker GitHub Action to my repo so that every pull request is checked against my .editorconfig file. Show me the workflow YAML and any config I need.
Prompt 2
I have a .editorconfig file in my repository. Walk me through setting up action-editorconfig-checker to run on pull requests and fail the check if files don't match the formatting rules.
Prompt 3
Write a GitHub Actions workflow that uses yubiuser/action-editorconfig-checker on every pull request, including how to pin a specific version of the action.

Frequently asked questions

What is action-editorconfig-checker?

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.

Is action-editorconfig-checker actively maintained?

Dormant — no commits in 2+ years (last push 2024-02-05).

What license does action-editorconfig-checker use?

The README does not mention a license, so permission terms are unknown.

How hard is action-editorconfig-checker to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is action-editorconfig-checker for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.