close
The Wayback Machine - https://web.archive.org/web/20220415130339/https://github.com/github/docs/commit/2deb8275dad02d6eeaea5b9cf5d5b65ca7cb8699
Skip to content
Permalink
Browse files
Accept glob patterns for source files in openapi-check script (#18965)
Co-authored-by: James M. Greene <[email protected]>
  • Loading branch information
Marc-Andre Giroux and JamesMGreene committed Apr 26, 2021
1 parent bedc4d1 commit 2deb8275dad02d6eeaea5b9cf5d5b65ca7cb8699
Showing with 28,686 additions and 68 deletions.
  1. +1 −1 docker-compose.yaml
  2. +28,669 −60 package-lock.json
  3. +1 −0 package.json
  4. +15 −7 script/rest/openapi-check.js
@@ -4,4 +4,4 @@ services:
build:
context: .
dockerfile: Dockerfile.openapi_decorator
image: 'openapi_decorator:${BUILD_SHA}'
image: 'openapi_decorator'

0 comments on commit 2deb827

Please sign in to comment.