mirror of
https://github.com/swift-server/swift-openapi-vapor.git
synced 2026-05-03 07:12:27 +00:00
Add contributors
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Tim Condon <0xtimc@gmail.com> <0xTim@users.noreply.github.com>
|
||||
Tim Condon <0xtimc@gmail.com> Tim <0xtimc@gmail.com>
|
||||
@@ -0,0 +1,11 @@
|
||||
For the purpose of tracking copyright, this is the list of individuals and
|
||||
organizations who have contributed source code to the Swift OpenAPI Vapor package.
|
||||
For employees of an organization/company where the copyright of work done
|
||||
by employees of that company is held by the company itself, only the company
|
||||
needs to be listed here.
|
||||
## COPYRIGHT HOLDERS
|
||||
- Swift Server Work Group
|
||||
### Contributors
|
||||
- Tim Condon <0xtimc@gmail.com>
|
||||
**Updating this list**
|
||||
Please do not edit this file manually. It is generated using `./scripts/generate_contributors_list.sh`. If a name is misspelled or appearing multiple times: add an entry in `./.mailmap`
|
||||
@@ -3,16 +3,16 @@ version: "3"
|
||||
services:
|
||||
|
||||
runtime-setup:
|
||||
image: webauthn-swift:22.04-main
|
||||
image: swift-openapi-vapor:22.04-main
|
||||
build:
|
||||
args:
|
||||
base_image: "swiftlang/swift:nightly-main-focal"
|
||||
|
||||
test:
|
||||
image: webauthn-swift:22.04-main
|
||||
image: swift-openapi-vapor:22.04-main
|
||||
environment:
|
||||
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
|
||||
#- SANITIZER_ARG=--sanitize=thread
|
||||
|
||||
shell:
|
||||
image: webauthn-swift:22.04-main
|
||||
image: swift-openapi-vapor:22.04-main
|
||||
|
||||
Reference in New Issue
Block a user