apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.21k stars 87 forks source link

Switch over to the toolchain swift-format from building it in the CI script #520

Open czechboy0 opened 3 months ago

czechboy0 commented 3 months ago

Description

Now that Linux Swift toolchains have swift-format, we can speed up our CI.

Note that we can only do this for nightly Swift versions for now.

Additional information

No response