Skip to content

Commit 3f31036

Browse files
authored
fix: use plain gh aw compile instead of --validate in step 19 (#1929)
1 parent b787484 commit 3f31036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workshop/19-research-driven-training-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Run markdown lint and compile checks so your proposal is production-ready:
7070

7171
```bash
7272
npx --yes markdownlint-cli2 "workshop/**/*.md"
73-
gh aw compile --validate
73+
gh aw compile
7474
```
7575

7676
## ✅ Checkpoint

0 commit comments

Comments
 (0)