Skip to content

Commit

Permalink
Add linting for newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tancnle committed Jan 26, 2022
1 parent cb51ad7 commit c17c5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
bundler-cache: true
- name: Run tests
run: bundle exec rake
- name: Linelint
uses: actions/linelint@master
id: linelint

# Those are only run with the latest supported version
# Make sure to update the `if` when changing supported versions
Expand Down

0 comments on commit c17c5b3

Please sign in to comment.