From 4b5348c894731d556f63cad738099330786382b7 Mon Sep 17 00:00:00 2001 From: Cromha <87318892+OcelotWalrus@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:04:07 +0100 Subject: [PATCH] tweak - added Python Syntax Checks workflow status badge to `README.md` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 186ff55..064ae32 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ lolo@fedora ~ $ python main.py [![CD](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/cd.yaml/badge.svg)](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/cd.yaml) [![Validate-YAML](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/yaml_checks.yaml/badge.svg)](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/yaml_checks.yaml) [![Spell Checks](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/spell_checks.yaml/badge.svg)](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/spell_checks.yaml) +[![Python Syntax Checks](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/python_check.yaml/badge.svg)](https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs/actions/workflows/python_check.yaml) --- Bane Of Wargs is a python text-game engine with pre-built plot an the ability to create custom plugins/mods that completely change the game content. The game is very customizable and you will find ton of in-game features: equipment upgrading, items orders, mounts training over time, xp gaining, hp gaining etc... So in overall a very customizable and enjoyable python terminal-text based RPG.