From 1819ff84cf1f347b442832267fe516384900edd1 Mon Sep 17 00:00:00 2001 From: Kevin Whinnery Date: Fri, 17 Jan 2025 13:06:33 -0600 Subject: [PATCH] Update validate-openapi.yml --- .github/workflows/validate-openapi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-openapi.yml b/.github/workflows/validate-openapi.yml index 81c71ee4..02fddf0b 100644 --- a/.github/workflows/validate-openapi.yml +++ b/.github/workflows/validate-openapi.yml @@ -14,4 +14,5 @@ jobs: # Run Spectral - uses: stoplightio/spectral-action@latest with: - file_glob: 'openapi.yaml' \ No newline at end of file + file_glob: 'openapi.yaml' + spectral_ruleset: 'spectral:recommended' \ No newline at end of file