Skip to content

Merge pull request #912 from rails/dependabot/github_actions/actions/… #245

Merge pull request #912 from rails/dependabot/github_actions/actions/…

Merge pull request #912 from rails/dependabot/github_actions/actions/… #245

Workflow file for this run

name: Run linters
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rubocop