Skip to content

Commit

Permalink
Switch to using the github action for cli for validating the asyncapi…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
christianrowlands committed Jan 26, 2024
1 parent e0a9be2 commit f674f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

#Using another action for AsyncAPI for validation
- name: Validating AsyncAPI document
uses: WaleedAshraf/asyncapi-github-action@v0.0.10
uses: asyncapi/github-action[email protected]
with:
command: validate
filepath: src/main/asyncapi/network_survey_messaging.yaml

- name: Generating HTML from my AsyncAPI document
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc_and_library_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
with:
ref: develop

#Using another action for AsyncAPI for validation
- name: Validating AsyncAPI document
uses: WaleedAshraf/asyncapi-github-action@v0.0.10
uses: asyncapi/github-action[email protected]
with:
command: validate
filepath: src/main/asyncapi/network_survey_messaging.yaml

- name: Generating HTML from my AsyncAPI document
Expand Down

0 comments on commit f674f17

Please sign in to comment.