Skip to content

Merge commit '73ec47270227f38532a53736b60ee6e4a43785ef' (remote-track… #21

Merge commit '73ec47270227f38532a53736b60ee6e4a43785ef' (remote-track…

Merge commit '73ec47270227f38532a53736b60ee6e4a43785ef' (remote-track… #21

Workflow file for this run

name: "Ruby on Rails CI"
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/[email protected]
with:
ruby-version: 3.3
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rubocop --parallel