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 19f87d1 commit 5c90066Copy full SHA for 5c90066
docs/side_quests/workflows_of_workflows.md
@@ -111,7 +111,7 @@ Composable workflows have some differences from the ones you saw in the 'Hello N
111
112
Let's update the greeting workflow to match this structure. Change the code to the following:
113
114
-```groovy title="workflows/greeting.nf" linenums="1"
+```groovy title="workflows/greeting.nf" linenums="1" hl_lines="6 7 9 15 16 17"
115
include { VALIDATE_NAME } from '../modules/validate_name'
116
include { SAY_HELLO } from '../modules/say_hello'
117
include { TIMESTAMP_GREETING } from '../modules/timestamp_greeting'
0 commit comments