Skip to content

Merge branch 'momo/v2-api-qa-flag' of https://github.com/DMPRoadmap/r… #5267

Merge branch 'momo/v2-api-qa-flag' of https://github.com/DMPRoadmap/r…

Merge branch 'momo/v2-api-qa-flag' of https://github.com/DMPRoadmap/r… #5267

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-24.04
steps:
# Checkout the repo
- uses: actions/checkout@v2
# Install Ruby and run bundler
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
# Run the Rubocop linter checks
- name: 'Run Rubocop'
run: bin/rubocop