Skip to content

πŸ› Fix importers sorting for last run and next run (#977) #2108

πŸ› Fix importers sorting for last run and next run (#977)

πŸ› Fix importers sorting for last run and next run (#977) #2108

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache
uses: actions/[email protected]
with:
path: vendor/bundle
key: 2.7.2
- name: Setup Ruby
uses: ruby/[email protected]
with:
ruby-version: 2.7.2
- name: Install dependencies
run: |
bundle config path vendor/bundle
bundle install --without default development test
- name: Run Rubocop
run: bin/rubocop -P