zbeekman / EditorConfig-Action

🔎A GitHub Action to check, enforce & fix EditorConfig style violations

Home Page:https://github.com/marketplace/actions/editorconfig-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEFECT: Linting pushed commits passes when failing files are not touched in new commits

zbeekman opened this issue · comments

Describe the bug
Linting pushed commits pass when failing files are not fixed, but not touched

To Reproduce
Steps to reproduce the behavior:

  1. Push a commit with a file that fails
  2. Push another commit that changes a different file which conforms with .editorconfig

Expected behavior

Not sure... I think this makes sense, more or less, but, pull requests need to be handled in a smarter way.

Additional context

See also #8

Resolved as of https://github.com/zbeekman/EditorConfig-Action/releases/tag/v1.1.0

GitHub
🔎A GitHub Action to check, enforce & fix EditorConfig style violations - zbeekman/EditorConfig-Action