Skip to content

Commit 71e7561

Browse files
committed
running mechanical markdown for workflow examples
Signed-off-by: salaboy <[email protected]>
1 parent 06d47d0 commit 71e7561

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/validate.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,10 @@ jobs:
216216
run: |
217217
mm.py README.md
218218
env:
219-
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}
219+
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}
220+
- name: Validate Spring Boot Workflow examples
221+
working-directory: ./spring-boot-examples/workflows
222+
run: |
223+
mm.py README.md
224+
env:
225+
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}

0 commit comments

Comments
 (0)