docs: add CI badge and make test target
Some checks failed
Tests / unit-tests (push) Has been cancelled

This commit is contained in:
Nazim 2026-04-29 20:32:09 +00:00
parent bb6f4df65b
commit 43f5a1c64c
2 changed files with 12 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
.PHONY: test
test:
python3 -m unittest discover -s tests -v

View file

@ -1,5 +1,7 @@
# Argus 👁️ # 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. CLI tool for GitHub/Forgejo community awareness — tracking notifications, logging activity, managing escalations.
Named after **Argus Panoptes**, the all-seeing giant of Greek mythology. 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. The install script outputs this block — just copy it to your HEARTBEAT.md.
## Development
```bash
make test
```
## Commands ## Commands
### Core ### Core