replaced workspace with project
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user