Is your feature request related to a problem? Please describe
Now that I've been unleashed into the world of GitHub Actions, I decided to solve a problem that's been annoying me for literal years. There is no SQL linter/formatter on par with Python's Black.
Describe the solution you'd like
After browsing the GH Action Marketplace for a while, I found a bunch of linter actions including https://github.com/marketplace/actions/super-linter, which implements something called github.com/sqlfluff/sqlfluff, which should be both lint and format SQL code
Describe alternatives you've considered
N/A
Additional context
Will maybe do some testing in a separate repo, then report back
Is your feature request related to a problem? Please describe
Now that I've been unleashed into the world of GitHub Actions, I decided to solve a problem that's been annoying me for literal years. There is no SQL linter/formatter on par with Python's Black.
Describe the solution you'd like
After browsing the GH Action Marketplace for a while, I found a bunch of linter actions including https://github.com/marketplace/actions/super-linter, which implements something called github.com/sqlfluff/sqlfluff, which should be both lint and format SQL code
Describe alternatives you've considered
N/A
Additional context
Will maybe do some testing in a separate repo, then report back