Skip to content

Merge pull request #49 from sitrox/dependabot/bundler/rexml-3.3.6 #145

Merge pull request #49 from sitrox/dependabot/bundler/rexml-3.3.6

Merge pull request #49 from sitrox/dependabot/bundler/rexml-3.3.6 #145

Workflow file for this run

name: Rubocop check
on: push
jobs:
verify:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop