Skip to content

build(deps): bump devise_invitable from 2.0.6 to 2.0.9 in /backend #1400

build(deps): bump devise_invitable from 2.0.6 to 2.0.9 in /backend

build(deps): bump devise_invitable from 2.0.6 to 2.0.9 in /backend #1400

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