diff --git a/README.md b/README.md index 8a32fff..65fc875 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Fresh Start Installation Script 🚀 +[![Lint](https://code.lotusguild.org/LotusGuild/freshStartScript/actions/workflows/lint.yml/badge.svg)](https://code.lotusguild.org/LotusGuild/freshStartScript/actions?workflow=lint.yml) + > A powerful bash script for automating Proxmox installations with monitoring tools and system health checks. ## ✨ Features @@ -135,4 +137,11 @@ Edit the configuration file: nano /etc/hwmonDaemon/.env ``` -No service restart needed - changes take effect on next run. \ No newline at end of file +No service restart needed - changes take effect on next run. +## 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.