Skip to content

(no ticket): [external] Stencil, clarify that similar_by_views property is inactive #43

(no ticket): [external] Stencil, clarify that similar_by_views property is inactive

(no ticket): [external] Stencil, clarify that similar_by_views property is inactive #43

Workflow file for this run

name: Run Spectral on Pull Requests
on:
- pull_request
jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v2
# Run Spectral
- uses: stoplightio/spectral-action@latest
with:
file_glob: 'reference/*.yml'
spectral_ruleset: '.spectral.yaml'