gsoc-swift-baggage-context/README.md

796 B

Baggage Context

Swift 5.2 CI

BaggageContext originated in this repo, but had to be factored out so that we can depend on it in our NIO fork.

Contributing

Please make sure to run the ./scripts/sanity.sh script when contributing, it checks formatting and similar things.

You can make ensure it always is run and passes before you push by installing a pre-push hook with git:

echo './scripts/sanity.sh' > .git/hooks/pre-push