Skip to content

schema pg replication #1610

schema pg replication

schema pg replication #1610

Workflow file for this run

name: init
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
run_init:
name: tests dlt init compatibility
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
python-version: "3.9"
- name: Install dependencies
run: uv sync --only-group dltpure --only-group pytest
- name: Run lint
run: make lint-dlt-init