Skip to content

Bump unicode-display_width from 2.4.2 to 2.5.0 #555

Bump unicode-display_width from 2.4.2 to 2.5.0

Bump unicode-display_width from 2.4.2 to 2.5.0 #555

Workflow file for this run

name: CI
on: [push]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop
bundle-audit:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: bundle-audit
run: bundle exec bundle-audit update && bundle exec bundle-audit
rspec:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: bundle install
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: rspec
run: bundle exec rspec