Skip to content

Update rubocop-rspec requirement from ~> 2.0 to ~> 3.0 #12

Update rubocop-rspec requirement from ~> 2.0 to ~> 3.0

Update rubocop-rspec requirement from ~> 2.0 to ~> 3.0 #12

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0']
jekyll-version: ["~> 3.0", "~> 4.0"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
env:
JEKYLL_VERSION: ${{ matrix.jekyll-version }}
- name: Run tests
run: script/cibuild