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 7f86e3f commit 9df24f0Copy full SHA for 9df24f0
.github/workflows/validate.yml
@@ -115,6 +115,12 @@ jobs:
115
run: ./mvnw install -q
116
env:
117
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}}
124
- name: Validate invoke http example
125
working-directory: ./examples
126
run: |
0 commit comments