Skip to content

Disable Layout/LineLength lint check #21

Disable Layout/LineLength lint check

Disable Layout/LineLength lint check #21

Workflow file for this run

name: Test
on: [push]
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Set up environment
run: |
gem install bundler
bundle install
- name: Run tests
run: |
bundle exec rspec