Skip to content

Update the studer credentials plugin to 3.0 #61

Update the studer credentials plugin to 3.0

Update the studer credentials plugin to 3.0 #61

Workflow file for this run

name: AsyncAPI documents processing
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
generate:
runs-on: ubuntu-latest
steps:
#"standard step" where repo needs to be checked-out first
- name: Checkout repo
uses: actions/checkout@v4
- name: Validating AsyncAPI document
uses: asyncapi/github-action-for-cli@v3.1.2
with:
command: validate
filepath: src/main/asyncapi/network_survey_messaging.yaml
- name: Generating HTML from my AsyncAPI document
uses: asyncapi/github-action-for-cli@v3.1.2
with:
template: '@asyncapi/html-template@2.3.9' #In case of template from npm, because of @ it must be in quotes
filepath: src/main/asyncapi/network_survey_messaging.yaml
output: generated-html