Skip to content

Align RuboCop config with regexp_parser #93

Align RuboCop config with regexp_parser

Align RuboCop config with regexp_parser #93

Workflow file for this run

name: gouteur
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node # for client_side_validations js test
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Test
run: bundle exec gouteur