Skip to content

Commit 5b16f67

Browse files
committed
ci: fix ci pipelines
1 parent e263de4 commit 5b16f67

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# RPC Server
22

3+
[![[Build & Test] Status](https://github.com/Erlang-Brasil/rpc_server/actions/workflows/build.yml/badge.svg)](https://github.com/Erlang-Brasil/rpc_server/actions/workflows/build.yml)
4+
[![[Dialyzer] Status](https://github.com/Erlang-Brasil/rpc_server/actions/workflows/dialyzer.yml/badge.svg)](https://github.com/Erlang-Brasil/rpc_server/actions/workflows/dialyzer.yml)
5+
36
Servidor RPC TCP altamente concorrente em Erlang/OTP, composto por dois apps: `rpc_server_http` (conexões TCP) e `rpc_server_shell` (execução de comandos e sessões persistentes).
47

58
## Estrutura do projeto
@@ -153,4 +156,4 @@ rebar3 ct
153156

154157
## Licença
155158

156-
MIT. Veja `LICENSE.md`.
159+
MIT. Veja `LICENSE.md`.

0 commit comments

Comments
 (0)