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/sql-lint-in-action@v0.0.1
with:
path: '.'