Skip to content

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#521) #1002

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#521)

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#521) #1002

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install sentry-cli
run: curl -sL https://sentry.io/get-cli/ | bash
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
with:
ruby-version: "3.3.11"
- run: bundle install
- run: sentry-cli info --config-status-json
- run: bundle exec rubocop
- run: rspec