Skip to content

chore: add arm support to vagrant #9

chore: add arm support to vagrant

chore: add arm support to vagrant #9

Workflow file for this run

name: PR check
on:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- run: bundle install
- run: bundle exec rake