├── LICENSE ├── README.md └── menu_of_workflows ├── drizly ├── README.md └── lint_sqlfluff.yml ├── jetblue ├── lint.yml ├── lintworkflow.png └── readme.md ├── sunrise_movement ├── README.md └── lint_models.yml ├── surfline ├── .sqlfluff ├── README.md ├── environment.yml ├── example_annotations_screenshot.png ├── profiles_redshift.yml ├── profiles_snowflake.yml └── sqlfluff_lint_dbt_models.yml └── tails.com ├── .sqlfluff ├── README.md ├── ci_cd ├── profiles.yml └── requirements.txt └── sqlfluff_lint.yml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/README.md -------------------------------------------------------------------------------- /menu_of_workflows/drizly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/drizly/README.md -------------------------------------------------------------------------------- /menu_of_workflows/drizly/lint_sqlfluff.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/drizly/lint_sqlfluff.yml -------------------------------------------------------------------------------- /menu_of_workflows/jetblue/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/jetblue/lint.yml -------------------------------------------------------------------------------- /menu_of_workflows/jetblue/lintworkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/jetblue/lintworkflow.png -------------------------------------------------------------------------------- /menu_of_workflows/jetblue/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/jetblue/readme.md -------------------------------------------------------------------------------- /menu_of_workflows/sunrise_movement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/sunrise_movement/README.md -------------------------------------------------------------------------------- /menu_of_workflows/sunrise_movement/lint_models.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/sunrise_movement/lint_models.yml -------------------------------------------------------------------------------- /menu_of_workflows/surfline/.sqlfluff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/.sqlfluff -------------------------------------------------------------------------------- /menu_of_workflows/surfline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/README.md -------------------------------------------------------------------------------- /menu_of_workflows/surfline/environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/environment.yml -------------------------------------------------------------------------------- /menu_of_workflows/surfline/example_annotations_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/example_annotations_screenshot.png -------------------------------------------------------------------------------- /menu_of_workflows/surfline/profiles_redshift.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/profiles_redshift.yml -------------------------------------------------------------------------------- /menu_of_workflows/surfline/profiles_snowflake.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/profiles_snowflake.yml -------------------------------------------------------------------------------- /menu_of_workflows/surfline/sqlfluff_lint_dbt_models.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/surfline/sqlfluff_lint_dbt_models.yml -------------------------------------------------------------------------------- /menu_of_workflows/tails.com/.sqlfluff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/tails.com/.sqlfluff -------------------------------------------------------------------------------- /menu_of_workflows/tails.com/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/tails.com/README.md -------------------------------------------------------------------------------- /menu_of_workflows/tails.com/ci_cd/profiles.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/tails.com/ci_cd/profiles.yml -------------------------------------------------------------------------------- /menu_of_workflows/tails.com/ci_cd/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/tails.com/ci_cd/requirements.txt -------------------------------------------------------------------------------- /menu_of_workflows/tails.com/sqlfluff_lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sqlfluff/sqlfluff-github-actions/HEAD/menu_of_workflows/tails.com/sqlfluff_lint.yml --------------------------------------------------------------------------------