Skip to content

StimulusReflex::Element and StimulusReflex Targets #1962

StimulusReflex::Element and StimulusReflex Targets

StimulusReflex::Element and StimulusReflex Targets #1962

Workflow file for this run

name: StandardRB
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
standard:
name: StandardRB Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run StandardRB
run: bundle exec standardrb --format progress