Skip to content

Commit

Permalink
initial gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywok committed Aug 9, 2023
1 parent 6f919cd commit adade1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit adade1d

Please sign in to comment.