-
Notifications
You must be signed in to change notification settings - Fork 6
MIgrate to GH actions #22
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
@rnro this is pretty much a copy of the swift-openapi-async-http-client setup with the license header check disabled as it adds Apple to the license headers. |
Awesome. Looks good except for the |
Fixed
Yeah would be good |
Actually @adam-fowler you should be able to do something like this https://github.com/grpc/grpc-swift/blob/main/.license_header_template |
cxx-interop: | ||
name: Cxx interop | ||
uses: apple/swift-nio/.github/workflows/cxx_interop.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.
What's this used for?
Migrate CI to use GitHub Actions.
Motivation:
To migrate to GitHub actions and centralised infrastructure.
Modifications:
Changes of note:
Adopt swiftlang soundness checks, swift version matrix
Remove scripts and docker files which are no longer needed