Skip to content

Commit

Permalink
Rubocop CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Sep 19, 2023
1 parent 4386dd2 commit 2f7df4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ env:
DATABASE_URL: postgresql://postgres:@localhost/test
DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL: true
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
test_ruby:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 2f7df4b

Please sign in to comment.