-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: remove minify json Signed-off-by: bkioshn <[email protected]> * fix: replace tab with space Signed-off-by: bkioshn <[email protected]> * fix: update spectral linter Signed-off-by: bkioshn <[email protected]> * fix: update spectral linter Signed-off-by: bkioshn <[email protected]> * fix: move openapi linter Signed-off-by: bkioshn <[email protected]> --------- Signed-off-by: bkioshn <[email protected]> Co-authored-by: Steven Johnson <[email protected]>
- Loading branch information
Showing
6 changed files
with
333 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VERSION 0.8 | ||
IMPORT ../../earthly/spectral AS spectral-ci | ||
|
||
# check-lint-openapi - OpenAPI linting from a given directory | ||
check-lint-openapi: | ||
FROM spectral-ci+spectral-base | ||
COPY . . | ||
DO spectral-ci+LINT --dir=. --rule_set=.spectral.yml |
Oops, something went wrong.