Skip to content

feat support odmantic 1.x #15

feat support odmantic 1.x

feat support odmantic 1.x #15

Workflow file for this run

name: CI
on: [push]
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
with:
extra_args: --all-files