Skip to content

Commit 148dbe1

Browse files
committed
ci, docs: rename CI workflow and update badges in README
1 parent 6e31ef2 commit 148dbe1

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
File renamed without changes.

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![CI](https://github.com/tarantool/go-tlog/actions/workflows/ci.yml/badge.svg)](https://github.com/tarantool/go-tlog/actions/workflows/ci.yml)
2-
[Telegram EN](https://t.me/tarantool)
3-
[Telegram RU](https://t.me/tarantoolru)
1+
<a href="http://tarantool.org">
2+
<img src="https://avatars2.githubusercontent.com/u/2344919?v=2&s=250" align="right">
3+
</a>
44

5-
---
6-
7-
<p href="https://www.tarantool.io">
8-
<img src="https://github.com/tarantool.png" align="right" width=250>
9-
</p>
5+
[![Actions Status][actions-badge]][actions-url]
6+
[![Telegram EN][telegram-badge]][telegram-en-url]
7+
[![Telegram RU][telegram-badge]][telegram-ru-url]
8+
[![GitHub Discussions][discussions-badge]][discussions-url]
9+
[![Stack Overflow][stackoverflow-badge]][stackoverflow-url]
1010

1111
# go-tlog
1212

@@ -187,3 +187,12 @@ go test ./...
187187
## License
188188

189189
BSD 2-Clause License — see [LICENSE](LICENSE)
190+
191+
[actions-badge]: https://github.com/tarantool/go-tlog/actions/workflows/testing.yml/badge.svg
192+
[actions-url]: https://github.com/tarantool/go-tlog/actions/workflows/testing.yml
193+
[telegram-en-url]: http://telegram.me/tarantool
194+
[telegram-ru-url]: http://telegram.me/tarantoolru
195+
[discussions-badge]: https://img.shields.io/github/discussions/tarantool/tarantool
196+
[discussions-url]: https://github.com/tarantool/tarantool/discussions
197+
[stackoverflow-badge]: https://img.shields.io/badge/stackoverflow-tarantool-orange.svg
198+
[stackoverflow-url]: https://stackoverflow.com/questions/tagged/tarantool

0 commit comments

Comments
 (0)