Skip to content

Commit

Permalink
Badges fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Karpov committed Jun 23, 2023
1 parent f0273e8 commit 97c975b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Chat-server API for gRPC course project

[![build-and-test](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml)
[![golangci-lint](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml)
[![build-and-test](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/satanaroom/chat_server/actions/workflows/build-and-test.yml)
[![golangci-lint](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/satanaroom/chat_server/actions/workflows/golangci-lint.yml)

Chat-server API - это микросервис, который предоставляет API для создание чатов, подключения к ним и отправку сообщений.

Expand Down

0 comments on commit 97c975b

Please sign in to comment.