diff --git a/README.md b/README.md index c29d4db..16cfeac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ProxDoc - The Proxmox System Doctor +[![Lint](https://code.lotusguild.org/LotusGuild/proxDoc/actions/workflows/lint.yml/badge.svg)](https://code.lotusguild.org/LotusGuild/proxDoc/actions?workflow=lint.yml) + ProxDoc is a comprehensive diagnostic tool for Proxmox server health monitoring and system examination. ## Features @@ -136,4 +138,11 @@ Current Version: 1.2.0 - Optimized for remote execution via curl #### v1.0.0 -- Initial release \ No newline at end of file +- Initial release +## CI + +| Workflow | Purpose | Triggers | +|---|---|---| +| `lint.yml` | shellcheck on all `.sh` files | Every push and PR | + +Branch protection is enabled on `main` — the lint check must pass before any PR can merge.