-
Notifications
You must be signed in to change notification settings - Fork 113
[CI] Add GHA CI and release flow #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thank you
@swift-server-bot test this please |
jobs: | ||
soundness: | ||
name: Soundness | ||
uses: apple/swift-nio/.github/workflows/soundness.yml@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it on purpose that we reference files from Swift NIO project ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes!
61125c9
to
02c715f
Compare
Co-authored-by: Mahdi Bahrami <[email protected]>
commit ab8166a Author: Franz Busch <[email protected]> Date: Mon Aug 26 16:36:07 2024 +0200 [CI] Add GHA CI and release flow (swift-server#340) Co-authored-by: Fabian Fett <[email protected]> Co-authored-by: Sébastien Stormacq <[email protected]> Co-authored-by: Mahdi Bahrami <[email protected]> commit 5ecc24f Author: Andrea Scuderi <[email protected]> Date: Mon Aug 26 13:00:07 2024 +0200 Add Breeze to projects.md (swift-server#343) authored-by: Andrea Scuderi <[email protected]> commit 8676c89 Author: Sébastien Stormacq <[email protected]> Date: Mon Aug 26 12:25:41 2024 +0200 apply swiftformat (swift-server#342) * apply swiftformat * update dep on Swift Docc to v1.3.0 * force usage of swift docc plugin 1.3.0 commit 79fa2c2 Author: Alessio Buratti <[email protected]> Date: Fri Aug 23 18:50:22 2024 +0200 [Draft] Detached tasks (swift-server#334) * First prototype * Fix build * Removes task cancellation swift-server#334 (comment) * Force user to handle errors swift-server#334 (comment) * Remove EventLoop API swift-server#334 (comment) * Make DetachedTaskContainer internal swift-server#334 (comment) swift-server#334 (comment) * Removes @unchecked Sendable swift-server#334 (comment) * Invoke awaitAll() from async context * Fix ambiguous expression type for swift 5.7 * Fix visibility of detachedBackgroundTask * Add swift-doc * Add example usage to readme * Add tests --------- Co-authored-by: Sébastien Stormacq <[email protected]>
No description provided.