Skip to content

doc(openapi32): include 3.2 in README #8

doc(openapi32): include 3.2 in README

doc(openapi32): include 3.2 in README #8

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 --globbed-files="tests/{*/,*/*/}openapi*.json"