feat: add live outage countdown cli dashboard
Some checks failed
Test blackout notifier / test (push) Failing after 2s
Hourly blackout check / check (push) Successful in 3s

This commit is contained in:
2026-07-18 08:11:55 +03:30
parent 0abf377f53
commit ded914a6fd
4 changed files with 1140 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ jobs:
- name: Check out repository
uses: https://gitea.com/actions/checkout@v4
- name: Test standalone Bash CLI
run: |
bash -n main.sh tests/test_main.sh
bash tests/test_main.sh
- name: Lint
run: ruff check .