Skip to content

feat: add support for yaml formatted OpenAPI specifications #10

feat: add support for yaml formatted OpenAPI specifications

feat: add support for yaml formatted OpenAPI specifications #10

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"