From e0f0f09cafd2d1756dec33249c39e07758590f0e Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Fri, 25 Oct 2019 09:26:32 -0400 Subject: [PATCH] Add Status Badge to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1468e1d..fd5c031 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# checkout +<p align="center"> + <a href="https://github.com/actions/checkout"><img alt="GitHub Actions status" src="https://github.com/actions/checkout/workflows/test-local/badge.svg"></a> +</p> + +# Checkout This action checks out your repository to `$GITHUB_WORKSPACE`, so that your workflow can access the contents of your repository.