Skip to content

SEC-5515: Add Dependency Review #34

SEC-5515: Add Dependency Review

SEC-5515: Add Dependency Review #34

Workflow file for this run

name: Main
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rubocop --config "$(bundle show panolint-ruby)/panolint-ruby-rubocop.yml"