🤖 feat: implement KISS badge update using environment variables
- Fix badge URLs and remove duplicates - Add update-all-badges.sh script for single commit updates - Update CI/CD workflow to use environment variables - Remove complex sequential commit logic - Follow KISS principle with simple env var approach
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
[](https://goreportcard.com/report/github.com/arcodange/dance-lessons-coach)
|
||||
[](https://gitea.arcodange.fr/arcodange/dance-lessons-coach/releases)
|
||||
[](LICENSE)
|
||||
[](https://gitea.arcodange.lab/arcodange/dance-lessons-coach)
|
||||
nhttps://img.shields.io/badge/BDD_Coverage-55.9%-yellow?style=flat-square
|
||||
[](https://gitea.arcodange.lab/arcodange/dance-lessons-coach)
|
||||
[](https://gitea.arcodange.lab/arcodange/dance-lessons-coach)
|
||||
|
||||
A Go project demonstrating idiomatic package structure, CLI implementation, and JSON API with Chi router.
|
||||
=======
|
||||
@@ -105,8 +105,7 @@ echo "DLC_DATABASE_SSL_MODE=disable" >> $GITHUB_ENV
|
||||
### Status
|
||||
|
||||
[](https://gitea.arcodange.fr/arcodange/dance-lessons-coach)
|
||||
[](https://gitea.arcodange.lab/arcodange/dance-lessons-coach)
|
||||
nhttps://img.shields.io/badge/BDD_Coverage-55.9%-yellow?style=flat-square
|
||||
|
||||
=======
|
||||
- ✅ **Linting**: Code quality checks with `go fmt` and `go vet`
|
||||
- ✅ **Version Management**: Automatic version detection
|
||||
|
||||
Reference in New Issue
Block a user