pgmold 0.33.6

PostgreSQL schema-as-code management tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: GitHub Action
description: pgmold drift-check GitHub Action reference
---

## Usage

```yaml
- uses: fmguerreiro/pgmold/.github/actions/drift-check@main
  with:
    schema: sql:schema/
    database: db:${{ secrets.DATABASE_URL }}
    target-schemas: public,auth
```

See the [CI/CD guide](/guides/ci-cd/) for full workflow examples and configuration details.