Skip to content

Merge pull request #20 from SergoHUH/refactor/remove-prompt-json-exam… #27

Merge pull request #20 from SergoHUH/refactor/remove-prompt-json-exam…

Merge pull request #20 from SergoHUH/refactor/remove-prompt-json-exam… #27

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- run: bundle exec rubocop
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- run: bundle exec rspec