Skip to content

Bump sentry-rails from 5.15.0 to 5.15.2 #2759

Bump sentry-rails from 5.15.0 to 5.15.2

Bump sentry-rails from 5.15.0 to 5.15.2 #2759

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
- "!main"
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare application environment
uses: ./.github/actions/prepare-app-env
- name: Run Prettier
run: yarn prettier --check --ignore-unknown --loglevel warn '**/*'
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare application environment
uses: ./.github/actions/prepare-app-env
- name: Run Rubocop
run: bin/bundle exec rubocop