Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Adds Editor config action for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spectator committed Oct 19, 2020
1 parent 3cd76e7 commit ce63a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rubocop Linter
name: Linter

on: [pull_request]

Expand All @@ -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

0 comments on commit ce63a4d

Please sign in to comment.