Skip to content

Allow dynamic sorting #42

Allow dynamic sorting

Allow dynamic sorting #42

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
standardrb:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: standardrb
run: bundle exec standardrb
rubocop-rspec:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: rubocop
run: bundle exec rubocop --only RSpec