Skip to content

Add support for Ruby #67

Add support for Ruby

Add support for Ruby #67

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Run tests
run: make test