Skip to content

add explain_query and explain_query_with_params tools #58

add explain_query and explain_query_with_params tools

add explain_query and explain_query_with_params tools #58

Workflow file for this run

name: Run Linters
on:
push:
branches:
- '**'
pull_request_target:
branches:
- '**'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Run linters
run: make lint