Skip to content

chore: update actions/checkout to v4 #691

chore: update actions/checkout to v4

chore: update actions/checkout to v4 #691

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