Skip to content

build(deps): bump actionpack from 7.0.1 to 7.0.8.7 in /examples/rails/example_engine #10

build(deps): bump actionpack from 7.0.1 to 7.0.8.7 in /examples/rails/example_engine

build(deps): bump actionpack from 7.0.1 to 7.0.8.7 in /examples/rails/example_engine #10

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
3.1
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop