Skip to content

Feature: Add rubocop github ci to prevent no localize variables #33

Feature: Add rubocop github ci to prevent no localize variables

Feature: Add rubocop github ci to prevent no localize variables #33

Workflow file for this run

name: Code style
on: [ pull_request ]
jobs:
lint:
name: all linters
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: rubocop
run: bin/ontoportal run bundle exec rubocop --parallel