dankinsoid / VaporToOpenAPI

OpenAPI specification generator for Vapor based Swift projects.
MIT License
98 stars 8 forks source link

GitHub Actions support (build/test). #12

Closed RobertoMachorro closed 1 year ago

RobertoMachorro commented 1 year ago

Build status badge will display in main README when merged.

dankinsoid commented 1 year ago

@RobertoMachorro thank you

RobertoMachorro commented 1 year ago

Just saw the build fail elsewhere:

/Users/runner/work/VaporToOpenAPI/VaporToOpenAPI/Sources/VaporToOpenAPI/AnyValue++.swift:37:3: error: switch must be exhaustive

Working on a fix. It's interesting that Xcode had no issues with that and Linux Swift did.

dankinsoid commented 1 year ago

hm, maybe it was my last commit

dankinsoid commented 1 year ago

@RobertoMachorro Yes, it was my last commit in SwiftOpenAPI, I fixed it