Skip to content

Commit

Permalink
test (add ruby to CI action)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jan 30, 2024
1 parent 2763129 commit 470dad2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- name: "Setup Arturo"
uses: arturo-lang/arturo-action@main

- name: "Install Ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
run: |
gem install commonmarker
- name: "Checkout"
uses: actions/checkout@main
with:
Expand Down

0 comments on commit 470dad2

Please sign in to comment.