Skip to content

[CTSKF-634] Maintenance #87

[CTSKF-634] Maintenance

[CTSKF-634] Maintenance #87

Workflow file for this run

name: Rubocop
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
name: Run Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Bundle
run: bundle install
- name: Rubocop
run: bundle exec rubocop