https://github.com/tedconf/setup-ruby
Composite actions for ruby repos
https://github.com/tedconf/setup-ruby
Last synced: 5 months ago
JSON representation
Composite actions for ruby repos
- Host: GitHub
- URL: https://github.com/tedconf/setup-ruby
- Owner: tedconf
- Created: 2022-09-15T22:34:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T16:46:37.000Z (about 3 years ago)
- Last Synced: 2025-06-17T13:39:49.441Z (about 1 year ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# setup-ruby
Composite actions for ruby repos, which does the following:
- Checks out code
- Sets up SSH agent (for private repos)
- Installs system dependencies
- Installs Ruby
- Installs gems (bundle)
Refer to the inputs section of `actions.yml` to see what arguments are
required/available.