Add badge

This commit is contained in:
Danny McCormick
2019-08-12 15:13:09 -04:00
committed by GitHub
parent 15a6f141d8
commit 8dd8957526

View File

@@ -1,5 +1,9 @@
# setup-ruby
<p align="left">
<a href="https://github.com/actions/setup-ruby"><img alt="GitHub Actions status" src="https://github.com/actions/setup-ruby/workflows/Main%20workflow/badge.svg"></a>
</p>
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.