Skip to content

Merge pull request #96 from github/dependabot/bundler/dev-ruby-depend… #504

Merge pull request #96 from github/dependabot/bundler/dev-ruby-depend…

Merge pull request #96 from github/dependabot/bundler/dev-ruby-depend… #504

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: build
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build