From 8dd8957526fb83219659ac636d44861394b7f57a Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 12 Aug 2019 15:13:09 -0400 Subject: [PATCH] Add badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a3c0411..3188c5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # setup-ruby +

+ GitHub Actions status +

+ This action sets up a ruby environment for use in actions by: - optionally installing a version of ruby and adding to PATH. Note that this action only uses versions of Ruby already installed in the cache. The action will fail if no matching versions are found.