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.