Skip to content

Add github workflows for rspec and rubocop (#320) #1

Add github workflows for rspec and rubocop (#320)

Add github workflows for rspec and rubocop (#320) #1

Workflow file for this run

name: rubocop
on:
push:
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3'
bundler-cache: true
- run: bundle exec rubocop