Skip to content

chore(deps): bump anthropic from 1.49.0 to 1.55.0 in /runtimes/ruby #158

chore(deps): bump anthropic from 1.49.0 to 1.55.0 in /runtimes/ruby

chore(deps): bump anthropic from 1.49.0 to 1.55.0 in /runtimes/ruby #158

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
ruby:
name: Ruby test and lint
runs-on: ubuntu-latest
defaults:
run:
working-directory: runtimes/ruby
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
- name: Install dependencies
run: bundle install
- name: Run specs
run: bundle exec rspec
- name: Run RuboCop
run: bundle exec rubocop