Skip to content

Add slug to Book model (#71) #88

Add slug to Book model (#71)

Add slug to Book model (#71) #88

Workflow file for this run

name: Ruby CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
- name: Install dependencies
run: |
gem install bundler
bundle install
- name: Rubocop
run: bundle exec rubocop