From 46f9dff2664758f2626f825382cd0bffc53bb6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wala?= Date: Wed, 9 Aug 2023 14:00:38 +0200 Subject: [PATCH] Add badges to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb0eb5c..c789949 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Rel +[![CI](https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_turn/ci.yml?logo=github&label=CI)](https://github.com/elixir-webrtc/ex_turn/actions/workflows/ci.yml) +[![CI](https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_turn/build_deploy.yml?logo=github&label=CI)](https://github.com/elixir-webrtc/ex_turn/actions/workflows/build_deploy.yml) +[![Package](https://ghcr-badge.egpl.dev/elixir-webrtc/ex_turn/latest_tag?trim=major&label=latest)](https://github.com/elixir-webrtc/ex_turn/pkgs/container/ex_turn) + TURN server in pure Elixir. Aims to implement: