From 8bf52eeb58312f9d6514a8814f0e3e84ca31ca2c Mon Sep 17 00:00:00 2001 From: Jerome Humbert <djeedai@gmail.com> Date: Sat, 29 Jan 2022 12:22:11 +0000 Subject: [PATCH] Add CI badge in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9acff3..309cfa2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # 🃠Bevy Tweening -[](https://opensource.org/licenses/MIT) [](https://docs.rs/bevy_tweening) [](https://crates.io/crates/bevy_tweening) +[](https://opensource.org/licenses/MIT) +[](https://docs.rs/bevy_tweening) +[](https://crates.io/crates/bevy_tweening) +[](https://github.com/djeedai/bevy_tweening/actions/workflows/ci.yaml) [](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking) Tweening animation plugin for the Bevy game engine. -- GitLab