Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 2 updates #171

build(deps): bump the minor-and-patch group across 1 directory with 2 updates

build(deps): bump the minor-and-patch group across 1 directory with 2 updates #171

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rake rubocop
- name: Run test suite
run: bundle exec rake test