elringus / bootsharp

Compile C# solution into single-file ES module with auto-generated JavaScript bindings and type definitions

Home Page:https://bootsharp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a CI workflow to lint .editorconfig

elringus opened this issue · comments

If anyone is aware of a github action that will lint the repo files to comply with .editorconfig, please let us know here.

We've tried https://github.com/megalinter/megalinter and https://github.com/github/super-linter configured to run only https://github.com/editorconfig-checker/editorconfig-checker, but they're both very slow.

Apparently editorconfig-checker provides the official Docker images too: https://hub.docker.com/r/mstruebing/editorconfig-checker. As GitHub Actions allows to run any existing Docker images in workflows, it might be worth a try.

@dahlia Works like a charm, thank you!