Skip to content

chore: rename test_app_path -> path_to_test_app (avoids minitest … #1519

chore: rename test_app_path -> path_to_test_app (avoids minitest …

chore: rename test_app_path -> path_to_test_app (avoids minitest … #1519

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
3.1
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop