From 850a6f2ad7f8794ee6bd6b47085e06f5f7f630d9 Mon Sep 17 00:00:00 2001 From: anti Date: Mon, 6 Apr 2026 11:18:10 -0400 Subject: [PATCH] Finished: CI/CD pipeline. --- NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.md b/NOTES.md index 389d626..2b31af2 100644 --- a/NOTES.md +++ b/NOTES.md @@ -108,6 +108,6 @@ This initial test doesn't seem to be working. Might be that I'm using WSL, so I - [ ] **Plugin SDK docs** — Full documentation and an example plugin for adding custom services. Lower the barrier for community contributions. - [ ] **Integration tests** — Full deploy/teardown cycle tests against a real Docker daemon (not just unit tests). - [ ] **Per-service tests** — Each of the 29 service implementations deserves its own test coverage. -- [ ] **CI/CD pipeline** — GitHub/Gitea Actions: run tests on push, lint, build Docker images, publish releases. +- [x] **CI/CD pipeline** — GitHub/Gitea Actions: run tests on push, lint, build Docker images, publish releases. - [ ] **Config validation CLI** — `decnet validate my.ini` to dry-check an INI config before deploying. - [ ] **Config generator wizard** — `decnet wizard` interactive prompt to generate an INI config without writing one by hand.