Skip to content

Use Ruby 3 keyword argument handling for find_asset! #185

Use Ruby 3 keyword argument handling for find_asset!

Use Ruby 3 keyword argument handling for find_asset! #185

Workflow file for this run

name: RuboCop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run linter
run: bundle exec rubocop --parallel