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 589da31 commit 1c0373eCopy full SHA for 1c0373e
.github/workflows/build-and-deploy.yml
@@ -147,6 +147,10 @@ jobs:
147
with:
148
submodules: recursive
149
fetch-depth: 0
150
+ - name: Validate asyncAPI document
151
+ uses: WaleedAshraf/[email protected]
152
+ with:
153
+ filepath: './docs/async-api/async-api.yml'
154
- name: Generating HTML from AsyncAPI document
155
uses: docker://asyncapi/github-action-for-generator:2.0.0
156
docs/async-api/async-api.yml
@@ -1,6 +1,7 @@
1
asyncapi: 2.0.0
2
info:
3
title: Digital Twins Event Gateway
4
+ version: '1.0.0'
5
description: The Gateway between Azure Digital Twins and the application microservices.
6
license:
7
name: MIT
0 commit comments