Skip to content

Merge branch 'version-1-x' into 176-create-change-log-for-the-v200-re… #591

Merge branch 'version-1-x' into 176-create-change-log-for-the-v200-re…

Merge branch 'version-1-x' into 176-create-change-log-for-the-v200-re… #591

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