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 03d5686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
branches: [ master ]

jobs:
linelint:
name: Linelint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fernandrone/linelint@master

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 03d5686

Please sign in to comment.