Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ruby.yml #1296

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create ruby.yml #1296

wants to merge 2 commits into from

Conversation

GIgako19929
Copy link

This pull request introduces a new SECURITY.md file to the project, detailing the security policy, supported versions, and guidelines for reporting vulnerabilities.

Security Policy:

  • Added a new SECURITY.md file to outline the project's security policy.

Supported Versions:

  • Detailed the supported versions of the project, specifying which versions receive security updates.

Reporting Vulnerabilities:

  • Provided instructions on how to report a vulnerability, including where to report, expected update frequency, and response expectations.Approve

GIgako19929 and others added 2 commits November 14, 2024 07:43
* **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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant