Skip to content

Sql-Lint

Actions
Use sql-lint to check sql file
v0.0.3
Latest
Star (2)

sql-lint-in-action

GitHub release (latest by date) GitHub commit activity (branch) GitHub release (latest by date)

This action provides the use of sql-lint in github action to check your .sql scripts. sql-lint

Todo

  • setup format
  • setup ignore-errors

Inputs

path

Required The path of sqlfile. Default ".".

host

The host of your db. Default "".

user

The user of your db. Default "root".

password

The password of your db. Default "".

port

The port of your db. Default 3306.

driver

The driver of your db.Accepted ones are "mysql" and "postgres". Default "mysql".

Example usage

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.

About

Use sql-lint to check sql file
v0.0.3
Latest

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.