Skip to content

Commit 27ee947

Browse files
lint: format examples
Signed-off-by: Matthias Pichler <[email protected]>
1 parent ff4fb6e commit 27ee947

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/accumulate-room-readings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ do:
4444
operationId: produceReport
4545
timeout:
4646
after:
47-
hours: 1
47+
hours: 1

examples/mock-service-extension.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
document:
2-
dsl: '1.0.0-alpha1'
1+
document:
2+
dsl: 1.0.0-alpha1
33
namespace: test
44
name: sample-workflow
5-
version: '0.1.0'
5+
version: 0.1.0
66
use:
77
extensions:
88
- mockService:
@@ -23,5 +23,5 @@ do:
2323
call: http
2424
with:
2525
method: get
26-
endpoint:
27-
uri: https://fake.com/sample
26+
endpoint:
27+
uri: https://fake.com/sample

examples/switch-then-string.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
document:
2-
dsl: '1.0.0-alpha1'
2+
dsl: 1.0.0-alpha1
33
namespace: test
44
name: sample-workflow
5-
version: '0.1.0'
5+
version: 0.1.0
66
do:
77
- processOrder:
88
switch:
@@ -42,4 +42,4 @@ do:
4242
log: warn
4343
- notifyAdmin:
4444
set:
45-
message: something's wrong
45+
message: something's wrong

0 commit comments

Comments
 (0)