initial gha workflow

This commit is contained in:
Tony Schneider
2023-08-09 07:23:23 -04:00
parent 6f919cdb01
commit 104b7f67b4

16
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: CI
on: [push]
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