Skip to content

feat(specification-storage): implement endpoint to fetch specifications #7

feat(specification-storage): implement endpoint to fetch specifications

feat(specification-storage): implement endpoint to fetch specifications #7

Workflow file for this run

name: Spectral Lint
on:
push:
paths:
- 'api/**'
pull_request:
paths:
- 'api/**'
jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: stoplightio/spectral-action@latest
with:
file_glob: 'api/*.yaml'