Skip to content

Add job to publish resulting gem to Epimorphics private repo. #63

Add job to publish resulting gem to Epimorphics private repo.

Add job to publish resulting gem to Epimorphics private repo. #63

Workflow file for this run

name: Rubocop checking
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies (bundle)
run: bundle install
- name: Run Rubocop
run: bundle exec rubocop