Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add badges for github actions
  • Loading branch information
bshaffer committed Jun 16, 2020
commit 747e922534dec19999711700a899b5d8f7d014cb
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# gRPC-Kotlin/JVM - An RPC library and framework

[![Build Status][]](https://travis-ci.org/grpc/grpc-kotlin)
[![Gradle Build Status][]](https://github.com/grpc/grpc-kotlin/actions?query=workflow%3A%22Gradle+Build%22)
[![Bazel Build Status][]](https://github.com/grpc/grpc-kotlin/actions?query=workflow%3A%22Bazel+Build%22)
[![grpc-kotlin-stub][label:stub]][maven:stub]
[![protoc-gen-grpc-kotlin][label:plugin]][maven:plugin]

Expand Down Expand Up @@ -31,7 +32,8 @@ For more information, see the following pages:
- [API Reference][]

[API Reference]: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
[Build Status]: https://travis-ci.org/grpc/grpc-kotlin.svg?branch=master
[Gradle Build Status]: https://github.com/grpc/grpc-kotlin/workflows/Gradle%20Build/badge.svg
[Bazel Build Status]: https://github.com/grpc/grpc-kotlin/workflows/Bazel%20Build/badge.svg
[gen-java]: https://github.com/grpc/grpc-java/tree/master/compiler
[gRPC Kotlin/JVM Quick Start]: https://grpc.io/docs/quickstart/kotlin
[gRPC Basics - Kotlin/JVM]: https://grpc.io/docs/tutorials/basic/kotlin
Expand Down