Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Bump eslint-plugin-import from 2.25.4 to 2.28.1 #164

Bump eslint-plugin-import from 2.25.4 to 2.28.1

Bump eslint-plugin-import from 2.25.4 to 2.28.1 #164

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: RuboCop and Tests
run: bundle exec rake