From 314d57cb56fef88f6b9facddd9cb0601eed87c34 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Thu, 11 Jul 2024 19:22:43 +0200 Subject: [PATCH] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d4e88cb..cc606d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # bevy_tdd_book +[![Check chapters](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_chapters.yaml/badge.svg?branch=master)](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_chapters.yaml) +[![Check links](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_links.yaml/badge.svg?branch=master)](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_links.yaml) +[![Check markdown](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_markdown.yaml/badge.svg?branch=master)](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_markdown.yaml) +[![Check spelling](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_spelling.yaml/badge.svg?branch=master)](https://github.com/richelbilderbeek/bevy_tdd_book/actions/workflows/check_spelling.yaml) + Start of a book [1] called 'Developing Bevy games using TDD'. The goal is to demonstrate how to do Test-Driven Development with Bevy.