Skip to content

Install _RbsRailsPathHelpers to ActionController::Base by default #378

Install _RbsRailsPathHelpers to ActionController::Base by default

Install _RbsRailsPathHelpers to ActionController::Base by default #378

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['3.2', '3.3', head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bin/setup
- run: bundle exec rake