Skip to content

Update dependency prettier to v3 #5454

Update dependency prettier to v3

Update dependency prettier to v3 #5454

Workflow file for this run

name: test-ruby
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ruby: ['2.7', '3.0']
include:
- os: windows-latest
ruby: '3.0'
- os: macos-latest
ruby: '3.0'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
working-directory: ruby
- name: bundle exec rspec
working-directory: ruby
run: bundle exec rspec