Skip to content

Merge pull request #223 from tuanle03/dependabot/bundler/groupdate-6.5.1 #98

Merge pull request #223 from tuanle03/dependabot/bundler/groupdate-6.5.1

Merge pull request #223 from tuanle03/dependabot/bundler/groupdate-6.5.1 #98

Workflow file for this run

name: RuboCop
on:
push:
branches:
- main
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Run RuboCop
run: bundle exec rubocop