Add workflow diagnostics tooling
BlockWar
A UE5 Game: Build Forts, Battle for Victory
About
BlockWar is an innovative multiplayer FPS that combines tactical base construction with team-based combat. Build elaborate fortifications during the build phase, then battle it out in intense combat to capture the enemy flag.
Built in Unreal Engine 5, inspired by classic community mods.
Documentation
See DESIGN_BRIEF.md for comprehensive game design documentation.
GitHub Actions diagnostics
This repository ships with a lightweight "workflow doctor" to help ChatGPT/Codex-style agents quickly understand and triage GitHub Actions issues without running the workflows themselves.
Setup
- Install the dependency:
pip install -r requirements.txt
Usage
-
Inspect the repository from its root:
python tools/workflow_doctor.py -
Only print actionable diagnostics (skip verbose summaries):
python tools/workflow_doctor.py --quiet
When no workflow files are present, the tool reports that the .github/workflows directory is empty so that agents don't waste time chasing nonexistent CI definitions.