From 91ae00dba3e024f980e2b6bae672054104a5ca78 Mon Sep 17 00:00:00 2001 From: Akshay Birajdar Date: Mon, 19 Oct 2020 22:35:06 +0530 Subject: [PATCH] Adds Editor config action for linting --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1818b5918..b868282eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Rubocop Linter +name: Linter on: [pull_request] @@ -19,3 +19,5 @@ jobs: gem install bundler dotenv bundle install --jobs 4 --retry 3 bundle exec rubocop + - name: Enforce EditorConfig + - uses: zbeekman/EditorConfig-Action@28b76e718c351dd35b22c8f7216192bb9de5c21b