Skip to content

Add helper to run a query and select the response #77

Add helper to run a query and select the response

Add helper to run a query and select the response #77

Workflow file for this run

name: Pyright Check
on:
push:
branches:
- main
pull_request:
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.311 # Optional (change me!)
python-version: 3.11