Skip to content

Create the import_chapter method (#58) #82

Create the import_chapter method (#58)

Create the import_chapter method (#58) #82

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