Skip to content

Commit

Permalink
rubocop: Use voxpupuli-rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 14, 2024
1 parent 34f5c22 commit ea269b7
Show file tree
Hide file tree
Showing 5 changed files with 978 additions and 716 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ on:
- master

jobs:
rubocop:
env:
BUNDLE_WITHOUT: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop
test:
strategy:
fail-fast: false
Expand Down Expand Up @@ -42,6 +55,7 @@ jobs:

tests:
needs:
- rubocop
- test
runs-on: ubuntu-latest
name: Test suite
Expand Down
Loading

0 comments on commit ea269b7

Please sign in to comment.