Skip to content

fix: Allow customizing the rake task regex to avoid starting the reporter #404

fix: Allow customizing the rake task regex to avoid starting the reporter

fix: Allow customizing the rake task regex to avoid starting the reporter #404

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
strategy:
fail-fast: false
matrix:
ruby:
- "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install standard -v '~> 1.40.0'
- run: standardrb