From 43f5a1c64cf9c902f58549e1a3dbb266a2d21a7f Mon Sep 17 00:00:00 2001 From: Nazim Date: Wed, 29 Apr 2026 20:32:09 +0000 Subject: [PATCH] docs: add CI badge and make test target --- Makefile | 4 ++++ README.md | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fb428ad --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: test + +test: + python3 -m unittest discover -s tests -v diff --git a/README.md b/README.md index 638a4c6..987adbe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Argus 👁️ +[![Tests](https://github.com/al-munazzim/argus/actions/workflows/tests.yml/badge.svg)](https://github.com/al-munazzim/argus/actions/workflows/tests.yml) + CLI tool for GitHub/Forgejo community awareness — tracking notifications, logging activity, managing escalations. Named after **Argus Panoptes**, the all-seeing giant of Greek mythology. @@ -54,6 +56,12 @@ For AI agents using OpenClaw, add this to your `HEARTBEAT.md` for periodic commu The install script outputs this block — just copy it to your HEARTBEAT.md. +## Development + +```bash +make test +``` + ## Commands ### Core