Skip to content

Version bump to v0.10.0 (#84) #21

Version bump to v0.10.0 (#84)

Version bump to v0.10.0 (#84) #21

on: [push]
name: Ruby linter (Rubocop)
jobs:
linter_rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop --parallel