We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bca8a commit 6453e2cCopy full SHA for 6453e2c
1 file changed
src/commands/init.rs
@@ -351,9 +351,9 @@ build:
351
ci:
352
description: Run CI pipeline
353
steps:
354
- - cmd: echo "Step 1: Lint"
355
- - cmd: echo "Step 2: Test"
356
- - cmd: echo "Step 3: Build"
+ - cmd: 'echo "Step 1: Lint"'
+ - cmd: 'echo "Step 2: Test"'
+ - cmd: 'echo "Step 3: Build"'
357
"#;
358
359
fs::write(path, starter).context("Failed to create rnr.yaml")?;
0 commit comments