Skip to content

explicitly implement all supported sequential media type classes usin… #39

explicitly implement all supported sequential media type classes usin…

explicitly implement all supported sequential media type classes usin… #39

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}