Skip to content

chore(deps): update terminal-table requirement from >= 1.8, < 4.0 to >= 1.8, < 5.0 #58

chore(deps): update terminal-table requirement from >= 1.8, < 4.0 to >= 1.8, < 5.0

chore(deps): update terminal-table requirement from >= 1.8, < 4.0 to >= 1.8, < 5.0 #58

Workflow file for this run

name: Linting
on:
push:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Rubocop
run: make rubocop