Skip to content

Provision of OpenAPI and AsyncAPI specifications in multiple versions #600

Provision of OpenAPI and AsyncAPI specifications in multiple versions

Provision of OpenAPI and AsyncAPI specifications in multiple versions #600

Workflow file for this run

name: Run Spectral on Pull Requests
on:
- push
- pull_request
jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v3
# Run Spectral
- uses: stoplightio/[email protected]
with:
file_glob: "JSON_for_IO-Link_unmerged.yaml"
spectral_ruleset: .spectral.yaml
# Run Spectral
- uses: stoplightio/[email protected]
with:
file_glob: "MQTT_for_IO-Link_unmerged.yaml"
spectral_ruleset: .spectral.yaml