Skip to content

Commit 89d1432

Browse files
fix: apply suggestions
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 2bf543b commit 89d1432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ctk/features/for.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Feature: For Task
1414
namespace: default
1515
name: for
1616
do:
17-
- loopClors:
17+
- loopColors:
1818
for:
1919
each: color
2020
in: '.colors'

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json
1+
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
33
description: Serverless Workflow DSL - Workflow Schema
44
type: object

0 commit comments

Comments
 (0)