Skip to content

Releases: zbeekman/EditorConfig-Action

Update dependencies

16 Jul 22:37
v1.1.1
ad87de6
Compare
Choose a tag to compare

Minor release to update pinned npm dependencies.

Pull Request Support

02 Jul 00:37
v1.1.0
8d20046
Compare
Choose a tag to compare

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

01 Jul 00:30
v1.0.0
17ad01f
Compare
Choose a tag to compare

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.