Skip to content

Commit

Permalink
Run linter during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakerdev committed Mar 13, 2022
1 parent df8a609 commit a655a01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
bundler-cache: true

- name: StandardRB Linter
uses: andrewmcodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Test
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test
Expand Down

0 comments on commit a655a01

Please sign in to comment.