Skip to content

fix: make db_conn commit #6

fix: make db_conn commit

fix: make db_conn commit #6

Workflow file for this run

name: Typecheck
on:
pull_request:
jobs:
core-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Set up Python
run: uv python install
- name: Run Mypy
run: make typecheck