Skip to content

Merge pull request #44 from scalefactory/dependabot/bundler/json_sche… #56

Merge pull request #44 from scalefactory/dependabot/bundler/json_sche…

Merge pull request #44 from scalefactory/dependabot/bundler/json_sche… #56

Workflow file for this run

name: Linting
on:
push:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Rubocop
run: make rubocop