Skip to content

Commit

Permalink
Merge pull request #121 from skatkov/rubocop
Browse files Browse the repository at this point in the history
Switch to Rails RuboCop config.
  • Loading branch information
djmb authored Jan 4, 2024
2 parents a025e33 + 35ac938 commit e2f2be5
Show file tree
Hide file tree
Showing 89 changed files with 756 additions and 198 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on: [push, pull_request]

jobs:
rubocop:
name: Rubocop
name: RuboCop
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: rubocop
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -14,7 +16,7 @@ jobs:
ruby-version: 3.2.2
bundler-cache: true
- name: Run Rubocop
run: bin/rubocop
run: bundle exec rubocop --parallel
tests:
name: Tests
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit e2f2be5

Please sign in to comment.