Skip to content

Support visualisation of Gems and its dependencies #50

Support visualisation of Gems and its dependencies

Support visualisation of Gems and its dependencies #50

Workflow file for this run

name: Quality
on: push
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle
- run: bundle exec rubocop