Skip to content

Bump sentry-sdk from 1.11.0 to 1.14.0 #91

Bump sentry-sdk from 1.11.0 to 1.14.0

Bump sentry-sdk from 1.11.0 to 1.14.0 #91

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@stable