File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a simple action that will install the [Postgres Language Server](https:/
44
55It has a single input: ` version: latest | <semver> ` .
66Use ` latest ` if you want to use the latest available PostgresTools version in your runner.
7- Use a specific tag, such as ` 0.13 .0 ` , if you want to use a specific version.
7+ Use a specific tag, such as ` 0.16 .0 ` , if you want to use a specific version.
88
99Whatever version is used will be output as ` outputs.installed-version ` .
1010
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : supabase-community/postgrestools -cli-action@main
19+ - uses : supabase-community/postgres-language-server -cli-action@main
2020 with :
21- version : 0.13 .0
22- - run : postgrestools check --skip-db test.sql
21+ version : 0.16 .0
22+ - run : postgres-language-server check --skip-db test.sql
2323` ` `
You can’t perform that action at this time.
0 commit comments