diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2aefe6f..ce83a0c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,9 +23,3 @@ jobs: - name: Lint OpenAPI specs with Spectral run: npx --yes @stoplight/spectral-cli@^6.14.0 lint specs/v3/*.yaml --fail-severity error - - - name: Bundle OpenAPI specs - run: npx --yes @redocly/cli@^1.28.0 bundle specs/v3/*.yaml -o bundled/openapi-v3.yaml - - - name: Verify bundled spec is valid - run: npx --yes @stoplight/spectral-cli@^6.14.0 lint bundled/openapi-v3.yaml --fail-severity error