Skip to content

Fix builds for Rails integration tests #76

Fix builds for Rails integration tests

Fix builds for Rails integration tests #76

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Run Standard.rb
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run linting
run: bin/standardrb