Skip to content

RubyのスクリプトをGithub Actionsで動かすサンプル

Notifications You must be signed in to change notification settings

obikosato/github-actions-with-ruby

Repository files navigation

GitHub Actions with Ruby

This repository demonstrates how to use GitHub Actions for continuous integration and deployment with a Ruby project.

Prerequisites

  • Ruby installed on your machine
  • Bundler gem installed

Setup

  1. Clone the repository:

    git clone https://github.com/obikosato/github-actions-with-ruby.git
    cd github-actions-with-ruby
  2. Install dependencies:

    bundle install

GitHub Actions

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.

About

RubyのスクリプトをGithub Actionsで動かすサンプル

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages