sqlfluff-github-actions
sqlfluff-github-actions copied to clipboard
The official resource for SQLFluff related GitHub Actions
I’ve been thinking about hosting some example Gitlab CI workflows that use SQLFluff in linting jobs. These could be similar to our sqlfluff-github-actions repo (https://github.com/sqlfluff/sqlfluff-github-actions), but use .gitlab-ci.yml syntax for...
[`set-output` has been deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) leading to the following message when using [this code snippet](https://github.com/sqlfluff/sqlfluff-github-actions/blob/main/menu_of_workflows/surfline/sqlfluff_lint_dbt_models.yml#L67-L84): ``` Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using...
Hi! I recently shared my refactor of our sqlfluff GHA workflow in the getdbt community slack, and was reminded to PR it here! Please let me know if I have...
Resolves #25
replacing broken link to the yml file