Sql-Lint
ActionsTags
(2)This action provides the use of sql-lint in github action to check your .sql scripts. sql-lint
- setup format
- setup ignore-errors
Required The path of sqlfile. Default "."
.
The host of your db. Default ""
.
The user of your db. Default "root"
.
The password of your db. Default ""
.
The port of your db. Default 3306
.
The driver of your db.Accepted ones are "mysql"
and "postgres"
. Default "mysql"
.
uses: Bidaya0/[email protected]
with:
path: '.'
Sql-Lint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.