Skip to content

chore: Modified bug issue template to add checkbox to report potentia… #453

chore: Modified bug issue template to add checkbox to report potentia…

chore: Modified bug issue template to add checkbox to report potentia… #453

Workflow file for this run

name: Rubocop
on: [push]
jobs:
rubocop:
runs-on: ubuntu-22.04 # latest
steps:
- name: Checkout Sources
uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Bundle install
run: |
bundle install
- name: Rubocop
run: bundle exec rubocop -E -S