Skip to content

Fix tiny formatting issue (#203) #35

Fix tiny formatting issue (#203)

Fix tiny formatting issue (#203) #35

Workflow file for this run

name: Run OpenAPI linter
on: [push, pull_request]
jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v2
# Run Spectral
- uses: stoplightio/[email protected]
with:
file_glob: 'OpenAPI/*.yaml'