Skip to content

Change default preproduction ip because moved to sevilla #32

Change default preproduction ip because moved to sevilla

Change default preproduction ip because moved to sevilla #32

Workflow file for this run

name: Rubocop
on: [pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop spec