Skip to content

upps, remove helper function #1045

upps, remove helper function

upps, remove helper function #1045

Workflow file for this run

name: Linters
on: push
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop