Skip to content

Don't start the reporter in build processes #268

Don't start the reporter in build processes

Don't start the reporter in build processes #268

Workflow file for this run

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