Skip to content

Commit 6c9e010

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

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/workflows/ci.yml renamed to .github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: testing
22

33
on:
44
push:

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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]
108

119
# go-tlog
1210

@@ -187,3 +185,9 @@ go test ./...
187185
## License
188186

189187
BSD 2-Clause License — see [LICENSE](LICENSE)
188+
189+
[actions-badge]: https://github.com/tarantool/go-tlog/actions/workflows/testing.yml/badge.svg
190+
[actions-url]: https://github.com/tarantool/go-tlog/actions/workflows/testing.yml
191+
[telegram-badge]: https://img.shields.io/badge/Telegram-join%20chat-blue.svg
192+
[telegram-en-url]: http://telegram.me/tarantool
193+
[telegram-ru-url]: http://telegram.me/tarantoolru

0 commit comments

Comments
 (0)