From 4c7cecb5c37098bb50a7d2ccd650843702a5afab Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 25 Nov 2022 19:25:47 +0200 Subject: [PATCH] Renamed workflow file and edited README --- .github/workflows/{rust.yml => build_and_test.yml} | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{rust.yml => build_and_test.yml} (93%) diff --git a/.github/workflows/rust.yml b/.github/workflows/build_and_test.yml similarity index 93% rename from .github/workflows/rust.yml rename to .github/workflows/build_and_test.yml index ab271fc..411f540 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/build_and_test.yml @@ -1,4 +1,4 @@ -name: Rust +name: Build and Test on: push: diff --git a/README.md b/README.md index b0fb664..0fd708c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # rust-gamedig +![Build and Test](https://github.com/cosminperram/rust-gamedig/actions/workflows/build_and_test.yml/badge.svg) + **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! MSRV is `1.58.1` and the code is cross-platform.