Feat/add ruby sdk (#583)

This commit is contained in:
crazywoola
2023-07-18 10:18:58 +08:00
committed by GitHub
parent ecd6cbaee6
commit cb6e73347e
15 changed files with 460 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: Run the default task
run: |
gem install bundler -v 2.2.3
bundle install
bundle exec rake