Releases: zbeekman/EditorConfig-Action
Releases · zbeekman/EditorConfig-Action
Update dependencies
Minor release to update pinned npm dependencies.
Pull Request Support
Pull requests are now better supported. Create an action listening for pull_request
events, and, optionally, make it required for protected branches.
Initial Public Release
A GitHub action to lint the style of your project against its .editorconfig
file.
It currently uses eclint
to check either the entire repository, or just the changed files (this is the default) for conformance with .editorconfig
file.