Skip to content

Commit ff7d101

Browse files
committed
Update README.md
1 parent 70187f7 commit ff7d101

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ Tool CLI for K8S.
1313
### Pipeline Jobs
1414

1515
| Job | Description | Status |
16-
|-----|-------------|--------|
17-
| **🔍 Code Quality** | `go fmt`, `go vet`, formatting checks | Check workflow → |
18-
| **🧪 Tests** | Unit tests, build verification, syntax validation | Check workflow → |
19-
| **🔨 Multi-Platform Build** | Linux, macOS, Windows binaries | Check workflow → |
20-
| **🚀 Release** | Automatic GitHub releases on tags | On tags only |
21-
| **📊 Status Report** | Build summary and artifact upload | Check workflow → |
16+
| **🔍 Code Quality** | `go fmt`, `go vet`, formatting checks | [![Code Quality](https://img.shields.io/badge/Status-✅%20Passing-brightgreen)](https://github.com/dereban25/go-kubernetes-controllers/actions/workflows/ci.yaml) |
17+
| **🧪 Tests** | Unit tests, build verification, syntax validation | [![Tests](https://img.shields.io/badge/Status-✅%20Passing-brightgreen)](https://github.com/dereban25/go-kubernetes-controllers/actions/workflows/ci.yaml) |
18+
| **🔨 Multi-Platform Build** | Linux, macOS, Windows binaries | [![Build](https://img.shields.io/badge/Status-✅%20Success-brightgreen)](https://github.com/dereban25/go-kubernetes-controllers/actions/workflows/ci.yaml) |
19+
| **🚀 Release** | Automatic GitHub releases on tags | [![Release](https://img.shields.io/badge/Status-⏳%20On%20Tags-yellow)](https://github.com/dereban25/go-kubernetes-controllers/actions/workflows/ci.yaml) |
20+
| **📊 Status Report** | Build summary and artifact upload | [![Status](https://img.shields.io/badge/Status-✅%20Complete-brightgreen)](https://github.com/dereban25/go-kubernetes-controllers/actions/workflows/ci.yaml) |
2221

2322
## 📊 Latest Build Info
2423

0 commit comments

Comments
 (0)