Skip to content

build(deps): bump actions/checkout from 2 to 3 #112

build(deps): bump actions/checkout from 2 to 3

build(deps): bump actions/checkout from 2 to 3 #112

Workflow file for this run

name: Testing
on: push
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bundle exec rake test