Skip to content

Fix bug in computing diff with previous backup #357

Fix bug in computing diff with previous backup

Fix bug in computing diff with previous backup #357

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