Skip to content

Commit 9df24f0

Browse files
committed
Add examples
Signed-off-by: siri-varma <[email protected]>
1 parent 7f86e3f commit 9df24f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
run: ./mvnw install -q
116116
env:
117117
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}
118+
- name: Validate Jobs example
119+
working-directory: ./examples
120+
run: |
121+
mm.py ./src/main/java/io/dapr/examples/jobs/README.md
122+
env:
123+
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}
118124
- name: Validate invoke http example
119125
working-directory: ./examples
120126
run: |

0 commit comments

Comments
 (0)