From 462014c8ac8ad9184631d0e6a33a89bedd2fc867 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 25 Nov 2022 19:37:12 +0200 Subject: [PATCH] Renamed workflow file and edited README --- .github/workflows/{build_and_test.yml => ci.yml} | 0 README.md | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename .github/workflows/{build_and_test.yml => ci.yml} (100%) 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!