Skip to content

Bump @sentry/browser from 7.119.0 to 7.119.1 #23

Bump @sentry/browser from 7.119.0 to 7.119.1

Bump @sentry/browser from 7.119.0 to 7.119.1 #23

name: Code Style Analysis
on:
workflow_dispatch:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
pint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: make build-dev
- name: Run Laravel Pint Analysis
run: make test-code-style