This repository demonstrates how to use GitHub Actions for continuous integration and deployment with a Ruby project.
- Ruby installed on your machine
- Bundler gem installed
-
Clone the repository:
git clone https://github.com/obikosato/github-actions-with-ruby.git cd github-actions-with-ruby
-
Install dependencies:
bundle install
This repository includes a GitHub Actions workflow file located at .github/workflows/exec.yml
. The workflow is triggered on pushes and pull requests to the main
branch.