From b98503c9606286caf39b6cf3ef517a27a3848033 Mon Sep 17 00:00:00 2001 From: Danny McCormick <damccorm@microsoft.com> Date: Mon, 12 Aug 2019 15:13:31 -0400 Subject: [PATCH] Add badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 78fc1d2..79e5f8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # setup-go +<p align="left"> + <a href="https://github.com/actions/setup-go"><img alt="GitHub Actions status" src="https://github.com/actions/setup-go/workflows/Main%20workflow/badge.svg"></a> +</p> + This action sets up a go environment for use in actions by: - optionally downloading and caching a version of go by version and adding to PATH