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