Skip to content

fix(clients): protect database operations from cancellation during shutdown #99

fix(clients): protect database operations from cancellation during shutdown

fix(clients): protect database operations from cancellation during shutdown #99

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run Ruff
uses: astral-sh/ruff-action@v3
pyright:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Install dependencies
run: uv sync && uv pip install basedpyright
- name: Run Pyright Type Check
run: uv run basedpyright