Skip to content

feat(db-postgres): data migration script from mongo to postgres #1160

feat(db-postgres): data migration script from mongo to postgres

feat(db-postgres): data migration script from mongo to postgres #1160

name: Check Python Code - Black
on:
pull_request:
paths:
- "agenta-backend/**"
- "agenta-cli/**"
- "examples/**"
jobs:
linter_name:
name: runner / black check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]