Skip to content

Bump sentry-ruby from 6.2.0 to 6.3.0 #872

Bump sentry-ruby from 6.2.0 to 6.3.0

Bump sentry-ruby from 6.2.0 to 6.3.0 #872

Workflow file for this run

name: Rubocop
on:
pull_request:
jobs:
rubocop:
strategy:
fail-fast: false
matrix:
ruby:
- 3.4.8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rubocop