Skip to content

build(deps): bump pagy from 5.10.1 to 7.0.4 in /backend #1401

build(deps): bump pagy from 5.10.1 to 7.0.4 in /backend

build(deps): bump pagy from 5.10.1 to 7.0.4 in /backend #1401

Workflow file for this run

name: Backend Linters
on:
push:
paths:
- 'backend/**'
- '.github/workflows/backend*'
defaults:
run:
working-directory: backend
jobs:
ruby_linter:
name: StandardRB/RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -yqq install libgeos-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
working-directory: backend
bundler-cache: true
cache-version: 2
- name: Run RuboCop
run: bin/rails standard