Skip to content

Fix bug in print statement controller session grouping; add scroll to… #360

Fix bug in print statement controller session grouping; add scroll to…

Fix bug in print statement controller session grouping; add scroll to… #360

Workflow file for this run

name: rubocop
on: [push]
jobs:
lint:
env:
app-directory: src/snapshots-app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
working-directory: ${{env.app-directory}}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: rubocop
run: |
cd ${{env.app-directory}}
bundle exec rubocop -f github