Skip to content

fix: Add support for SQLite and PostgreSQL for inserting data in SQLA… #287

fix: Add support for SQLite and PostgreSQL for inserting data in SQLA…

fix: Add support for SQLite and PostgreSQL for inserting data in SQLA… #287

Workflow file for this run

name: ruff format
on: [ pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
args: "format --check"