Pull Request #1296 Create ruby.yml

* **README.md**
- Add a section about the new GitHub Actions workflow for Ruby
- Mention the supported Ruby versions (3.1, 3.2, 3.3)
- Explain how to trigger the workflow

* **.github/workflows/ruby.yml**
- Create a new GitHub Actions workflow file
- Define the workflow to run on push and pull request events
- Add a job named `test` that runs on `ubuntu-latest`
- Set up Ruby, install dependencies, and run tests using `bundle exec rspec`

Giorgi Meskhidze avatar Giorgi Meskhidze

Pull request event #8705 passed

  • Ran for
  • Total time
  • New branch build