Skip to content

Add return_keys support to upsert method and implement safe execution pattern for all CRUD operations #8

Add return_keys support to upsert method and implement safe execution pattern for all CRUD operations

Add return_keys support to upsert method and implement safe execution pattern for all CRUD operations #8

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
uses: chartboost/ruff-action@v1
- name: Check Format
uses: chartboost/ruff-action@v1
with:
args: 'format --check'