diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/build_and_test.yml rename to .github/workflows/ci.yml diff --git a/README.md b/README.md index 0fd708c..5b337be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # rust-gamedig -![Build and Test](https://github.com/cosminperram/rust-gamedig/actions/workflows/build_and_test.yml/badge.svg) +[![CI](https://github.com/cosminperram/rust-gamedig/actions/workflows/ci.yml/badge.svg)](https://github.com/CosminPerRam/rust-gamedig/actions) +[![Latest Version](https://img.shields.io/crates/v/gamedig.svg)](https://crates.io/crates/gamedig) +[![License:MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md) +![Lines of code](https://img.shields.io/tokei/lines/github/cosminperram/rust-gamedig) **rust-GameDig** is a games/services server query library that can fetch the availability and/or details of those, this library brings what **[node-GameDig](https://github.com/gamedig/node-gamedig)** does, to pure Rust!