Skip to content

Bump @sentry/tracing from 7.85.0 to 7.103.0 #656

Bump @sentry/tracing from 7.85.0 to 7.103.0

Bump @sentry/tracing from 7.85.0 to 7.103.0 #656

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: phplint
- name: Check syntax
run: phplint .