docs: add CI badge and make test target
Some checks failed
Tests / unit-tests (push) Has been cancelled
Some checks failed
Tests / unit-tests (push) Has been cancelled
This commit is contained in:
parent
bb6f4df65b
commit
43f5a1c64c
2 changed files with 12 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.PHONY: test
|
||||
|
||||
test:
|
||||
python3 -m unittest discover -s tests -v
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# Argus 👁️
|
||||
|
||||
[](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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue