Add CI badge and CI section to README
Lint / Shell (shellcheck) (push) Successful in 15s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-14 13:08:10 -04:00
parent c765b4c26e
commit 603fe5bae7
+10 -1
View File
@@ -1,5 +1,7 @@
# ProxDoc - The Proxmox System Doctor # 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. ProxDoc is a comprehensive diagnostic tool for Proxmox server health monitoring and system examination.
## Features ## Features
@@ -136,4 +138,11 @@ Current Version: 1.2.0
- Optimized for remote execution via curl - Optimized for remote execution via curl
#### v1.0.0 #### v1.0.0
- Initial release - 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.