Skip to content

refactor: create tables via /api/v3/configure/table, drop __init seed… #3

refactor: create tables via /api/v3/configure/table, drop __init seed…

refactor: create tables via /api/v3/configure/table, drop __init seed… #3

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: { python-version: "3.12" }
- run: pip install ruff
- run: ruff check .
- run: ruff format --check .