Skip to content

Bump ruby-lsp from 0.17.7 to 0.17.8 in the dev-ruby-dependencies group #67

Bump ruby-lsp from 0.17.7 to 0.17.8 in the dev-ruby-dependencies group

Bump ruby-lsp from 0.17.7 to 0.17.8 in the dev-ruby-dependencies group #67

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f # pin@v1.186.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -k