From 1c5a7f78fc9c377faec107c5e6b7db6ffb982f6f Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 9 May 2021 03:01:09 -0700 Subject: [PATCH] Add badge to readme for "Test Go" workflow This will allow the current state of the test workflow to be seen at a glance. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c038850..e47f94b9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Test Go status](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/test-go.yml) [![Check Go status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-go.yml) [![Check Prettier Formatting status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-prettier-formatting-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-prettier-formatting-task.yml) [![Spell Check status](https://github.com/arduino/libraries-repository-engine/actions/workflows/spell-check-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/spell-check-task.yml)