replaced workspace with project

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-09-21 14:36:51 -06:00
committed by Sam Alba
parent 9c32c8a564
commit 11749cde01
7 changed files with 23 additions and 23 deletions

View File

@@ -84,10 +84,10 @@ The configuration above defines:
- **lint** _task_ which executes `golangci-lint` inside the source artifact
using the `golangci-lint` Docker image.
Before we can execute the configuration, we need to set up the Dagger workspace and environment.
Before we can execute the configuration, we need to set up the Dagger project and environment.
```shell
# Initialize a dagger workspace at the root of your project
# Initialize a dagger project at the root of your project
dagger init
# Create a CI environment using the CUE files in the `./ci` directory