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:07:11 -04:00
parent cb450ef079
commit 164b58df3c
+9
View File
@@ -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
@@ -136,3 +138,10 @@ nano /etc/hwmonDaemon/.env
```
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.