Skip to content

Merge pull request #221 from vil02/update_actions-checkout_to_v4 #693

Merge pull request #221 from vil02/update_actions-checkout_to_v4

Merge pull request #221 from vil02/update_actions-checkout_to_v4 #693

Workflow file for this run

name: Build/test code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Run tests
run: rake test