Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ruby ver / code build #67

ruby ver / code build

ruby ver / code build #67

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
# Checkout the repo
- uses: actions/checkout@v3
- name: 'remove .bundle/config'
run: rm .bundle/config
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: 'Run Rubocop'
run: bundle exec rubocop