Skip to content

Bump unicode-display_width from 2.5.0 to 2.6.0 #286

Bump unicode-display_width from 2.5.0 to 2.6.0

Bump unicode-display_width from 2.5.0 to 2.6.0 #286

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Tests
strategy:
matrix:
ruby:
- '3.2.4'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec
lint:
runs-on: ubuntu-latest
name: Linting
strategy:
matrix:
ruby:
- '3.2.4'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop