Skip to content

refactor: move parameter spec version to generated constant #4

refactor: move parameter spec version to generated constant

refactor: move parameter spec version to generated constant #4

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="*/**/openapi.json"