Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Comment out ecosystems-bibliothecary gem in Gemfile and update Gemfil… #26

Comment out ecosystems-bibliothecary gem in Gemfile and update Gemfil…

Comment out ecosystems-bibliothecary gem in Gemfile and update Gemfil… #26

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
permissions:
contents: read
strategy:
matrix:
ruby:
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake