Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Accept glob patterns for source files in openapi-check script (#18965)
Co-authored-by: James M. Greene <[email protected]>
- Loading branch information
Showing
with
28,686 additions
and 68 deletions.
- +1 −1 docker-compose.yaml
- +28,669 −60 package-lock.json
- +1 −0 package.json
- +15 −7 script/rest/openapi-check.js
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
| @@ -4,4 +4,4 @@ services: | ||
| build: | ||
| context: . | ||
| dockerfile: Dockerfile.openapi_decorator | ||
| image: 'openapi_decorator' | ||
Oops, something went wrong.

