Skip to content

ci: auto merge all dependabot #292

ci: auto merge all dependabot

ci: auto merge all dependabot #292

Workflow file for this run

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