Skip to content

Load rubocop rspec rails (#25) #17

Load rubocop rspec rails (#25)

Load rubocop rspec rails (#25) #17

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop