Skip to content

Commit

Permalink
Merge pull request #342 from bastelfreak/vr
Browse files Browse the repository at this point in the history
Require Ruby 2.7 & rubocop: Use voxpupuli-rubocop
  • Loading branch information
bastelfreak authored Nov 14, 2024
2 parents 38eb74e + ea269b7 commit 068853c
Show file tree
Hide file tree
Showing 6 changed files with 982 additions and 717 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Gemfile.local
/.bin
/.ruby-version
tmp
vendor
/vendor
/.vendor

# Vim
/.projections.json
Expand Down
Loading

0 comments on commit 068853c

Please sign in to comment.