Skip to content

vendor sigstore ruby directly #498

vendor sigstore ruby directly

vendor sigstore ruby directly #498

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 # pin@v1.265.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build