Skip to content

fix: lock GoodJob dependency to < 4.0 (#211) #377

fix: lock GoodJob dependency to < 4.0 (#211)

fix: lock GoodJob dependency to < 4.0 (#211) #377

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