Skip to content

Commit

Permalink
fix: remove openapi linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 17, 2024
1 parent c931b46 commit 90666df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions catalyst-gateway/.spectral.yml

This file was deleted.

9 changes: 0 additions & 9 deletions catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ test:
BUILD --platform=linux/amd64 ./tests+integration-test
END

# test-lint-openapi - OpenAPI linting from an artifact
# testing whether the OpenAPI generated during build stage follows good practice.
test-lint-openapi:
FROM github.com/input-output-hk/catalyst-ci/earthly/spectral:feat/openapi-lint+spectral-base
# Copy the doc artifact.
COPY +hosted-build/doc ./doc
# Scan the doc directory where type of file is JSON.
DO github.com/input-output-hk/catalyst-ci/earthly/spectral:feat/openapi-lint+BUILD_SPECTRAL --dir=./doc --file_type="json"

# Publish packages if all integration tests have passed. (Failure to pass tests will prevent packages being published.)
# publish:
# FROM scratch
Expand Down

0 comments on commit 90666df

Please sign in to comment.