Skip to content

initial gha workflow #1

initial gha workflow

initial gha workflow #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby!
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.2"
- name: rake check
run: rake check