Skip to content

test(response): json-seq sequential media type #38

test(response): json-seq sequential media type

test(response): json-seq sequential media type #38

Workflow file for this run

name: Lint OpenAPI Specs
on:
push:
branches:
- "**"
tags-ignore:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install vacuum
run: curl -fsSL https://quobix.com/scripts/install_vacuum.sh | sh
- name: Lint OpenAPI specs
run: vacuum lint tests/{*/,*/*/}openapi*.{json,yaml}