Skip to content

Address minor Rubocop offense #16

Address minor Rubocop offense

Address minor Rubocop offense #16

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
env:
GAMESDB_API_KEY: ${{ secrets.GAMESDB_API_KEY }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby', 'truffleruby' ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: |
bundle install
bundle exec rake test