Skip to content

Commit cd6fd47

Browse files
committed
Add linebreak
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent 6c853c1 commit cd6fd47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/recce-cloud/setup-gh-codespaces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ GitHub Codespaces is a development environment provided by GitHub that allows de
4040
- or [Repository-level or organization-level codespaces secrets](https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-development-environment-secrets-for-your-repository-or-organization)
4141
4242
1. Prepare the `.devcontainer/Dockerfile`
43-
For environment setup, you need to install `recce`, dbt and the appropriate adapter for your data platform.
43+
44+
For environment setup, you need to install `recce`, `dbt` and the appropriate adapter for your data platform.
45+
4446
Below is a sample Dockerfile for BigQuery. You can customize it based on your needs.
4547
```
4648
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11

0 commit comments

Comments
 (0)