Skip to content

Merge branch 'main' of github.com:CDLUC3/mrt-admin-sinatra #4

Merge branch 'main' of github.com:CDLUC3/mrt-admin-sinatra

Merge branch 'main' of github.com:CDLUC3/mrt-admin-sinatra #4

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