Skip to content

https://github.com/CDLUC3/mrt-atom/settings/keys #18

https://github.com/CDLUC3/mrt-atom/settings/keys

https://github.com/CDLUC3/mrt-atom/settings/keys #18

Workflow file for this run

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