Skip to content

OpenAPI def POC

OpenAPI def POC #4

Workflow file for this run

name: Lint OpenAPI
on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- master
pull_request:
branches: [ master ]
jobs:
spectral-lint:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v6
# Run Spectral
- uses: stoplightio/spectral-action@latest
with:
file_glob: 'communicate-with-ruuvi-cloud/cloud/**/*.yaml'