Skip to content

renovate[bot] is running the CI suite #39

renovate[bot] is running the CI suite

renovate[bot] is running the CI suite #39

Workflow file for this run

name: Continuous Integration
run-name: ${{ github.actor }} is running the CI suite
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake