From 035cd09642a1460aa4fc7e8394756b3ecf561a5d Mon Sep 17 00:00:00 2001 From: Damien Menanteau Date: Thu, 20 Feb 2025 11:20:27 +0100 Subject: [PATCH] Add GitHub Action status badges in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b36cf91..0ce8011 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Go build and test](https://github.com/murex/gamekit-coffeemachine/actions/workflows/go.yml/badge.svg)](https://github.com/murex/gamekit-coffeemachine/actions/workflows/go.yml) +[![Go lint](https://github.com/murex/gamekit-coffeemachine/actions/workflows/golangci_lint.yml/badge.svg)](https://github.com/murex/gamekit-coffeemachine/actions/workflows/golangci_lint.yml) +[![Go release](https://github.com/murex/gamekit-coffeemachine/actions/workflows/go_releaser.yml/badge.svg)](https://github.com/murex/gamekit-coffeemachine/actions/workflows/go_releaser.yml) +[![Dependabot Updates](https://github.com/murex/gamekit-coffeemachine/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/murex/gamekit-coffeemachine/actions/workflows/dependabot/dependabot-updates) + # Gamification kit for the coffee machine kata This repository provides items focused on gamifying the coffee machine kata.