Skip to content

introduced github workflow instead of Travis#35

Merged
yohm merged 3 commits intomasterfrom
github_workflow
Mar 19, 2025
Merged

introduced github workflow instead of Travis#35
yohm merged 3 commits intomasterfrom
github_workflow

Conversation

@yohm
Copy link
Copy Markdown
Member

@yohm yohm commented Mar 19, 2025

This pull request includes changes to migrate the CI setup from Travis CI to GitHub Actions and update the build status badge in the README.md file accordingly.

CI setup migration:

  • .github/workflows/ci.yml: Added a new GitHub Actions workflow configuration to run CI on pushes and pull requests to the main branch, using Ruby versions 2.x and 3.x. The workflow includes steps to checkout code, set up Ruby, install dependencies, and run tests.

Documentation update:

  • README.md: Updated the build status badge to reflect the new CI setup using GitHub Actions instead of Travis CI.

@yohm yohm self-assigned this Mar 19, 2025
@yohm yohm merged commit 4714e57 into master Mar 19, 2025
2 checks passed
@yohm yohm deleted the github_workflow branch March 19, 2025 23:56
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