Skip to content

supabase-community/postgrestools-cli-action

Repository files navigation

PostgresTools GitHub Action

This is a simple action that will install PostgresTools on your runner. It will install the appropriate binary for your machine.

It has a single input: version: latest | <semver>. Use latest if you want to use the latest available PostgresTools version in your runner. Use a specific tag, such as 0.2.0, if you want to use a specific version.

Whatever version is used will be output as outputs.installed-version.

Example Usage

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: supabase-community/pglt-cli-action@1
        with:
          version: 0.2.0
      - run: postgrestools check --skip-db test.sql

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published