Skip to content

search to define type in dynamic attribute #21

search to define type in dynamic attribute

search to define type in dynamic attribute #21

Workflow file for this run

name: Linters
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
rubocop:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7
- name: Run rubocop
run: bundle exec rubocop