Skip to content

Merge branch 'issue_254' of github.com:tungleduyxyz/killbill-cloud in… #355

Merge branch 'issue_254' of github.com:tungleduyxyz/killbill-cloud in…

Merge branch 'issue_254' of github.com:tungleduyxyz/killbill-cloud in… #355

Workflow file for this run

name: kpm_rubocop
on: [push, pull_request, workflow_dispatch]
jobs:
kpm_rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
working-directory: kpm
- name: Run RuboCop
run: |
cd kpm
bundle exec rubocop --parallel