| `XXX_IMAGE` | The Docker image used to run XXX | `xxx:latest` |
| `SQLFLUFF_IMAGE` | The Docker image used to run SQLFluff | `sqlfluff/sqlfluff:latest` |
| `SQLFLUFF_WORKING_DIR`| SQLFluff working directory, scope of configuration and sql files used | `.` |
sqlfluff needs to set a [dialect](https://docs.sqlfluff.com/en/stable/dialects.html) you can do it by setting `SQLFLUFF_LINT_ARGS` to `--dialect my_dialect` or provide a [configuration file](https://docs.sqlfluff.com/en/stable/configuration.html) in your repository.
If there is no configuration file in `SQLFLUFF_WORKING_DIR`, [default configuration](https://docs.sqlfluff.com/en/stable/configuration.html#defaultconfig) is used.
## Jobs
### `xxx-build` job
### `sqlfluff-lint` job
This job performs **build and tests** at once.
This job performs a [lint](https://docs.sqlfluff.com/en/stable/cli.html#sqlfluff-lint) analysis of your `SQL` code