Skip to content

Merge pull request #438 from adewg/239-openapi-3.1 #360

Merge pull request #438 from adewg/239-openapi-3.1

Merge pull request #438 from adewg/239-openapi-3.1 #360

name: Spectral JSON Validation CI
on: [push]
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: 'url-schemes/*.json'