Skip to content

Add new page types for MySQL 8.0, remove :usage key in structure #129

Add new page types for MySQL 8.0, remove :usage key in structure

Add new page types for MySQL 8.0, remove :usage key in structure #129

Workflow file for this run

name: rubocop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rubocop:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rubocop style check
run: bundle exec rubocop