Skip to content

Bump sentry-sdk from 1.16.0 to 2.8.0 #215

Bump sentry-sdk from 1.16.0 to 2.8.0

Bump sentry-sdk from 1.16.0 to 2.8.0 #215

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
ruff:
name: ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python -Im pip install --user ruff
- name: Run Ruff
run: ruff check --output-format=github .