Skip to content

fix: GoodJob dependency on Rails Autoscale version of the gem (#198) #339

fix: GoodJob dependency on Rails Autoscale version of the gem (#198)

fix: GoodJob dependency on Rails Autoscale version of the gem (#198) #339

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
- run: standardrb