From 3342d62b16a340578de4f3e3f7669c60ceac9024 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 12 Aug 2019 15:13:56 -0400 Subject: [PATCH] Add badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index acf0b51..3032964 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # setup-python +

+ GitHub Actions status +

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