Skip to content

Bump sentry-sdk[flask] from 1.31.0 to 1.38.0 #169

Bump sentry-sdk[flask] from 1.31.0 to 1.38.0

Bump sentry-sdk[flask] from 1.31.0 to 1.38.0 #169

Workflow file for this run

name: Check formatting
on:
pull_request:
paths-ignore:
- "ui/**"
- "docs/**"
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install development dependencies
run: make dev
- name: Check code formatting
run: make format-check