Skip to content

feat(breaking): no longer map index to list and show to get #208

feat(breaking): no longer map index to list and show to get

feat(breaking): no longer map index to list and show to get #208

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- name: Ruby linter
run: bundle exec standardrb