Skip to content

Merge pull request #102 from github/dependabot/bundler/dev-ruby-depen… #518

Merge pull request #102 from github/dependabot/bundler/dev-ruby-depen…

Merge pull request #102 from github/dependabot/bundler/dev-ruby-depen… #518

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@v6
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build