Skip to content

Bump yard from 0.9.40 to 0.9.43 #150

Bump yard from 0.9.40 to 0.9.43

Bump yard from 0.9.40 to 0.9.43 #150

Workflow file for this run

name: Bench
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
name: Benchmarks
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
bundler-cache: true
- name: Generators
run: RUBYOPT="-W0" bundle exec ruby benchmark/generators.rb
- name: Require
run: RUBYOPT="-W0" bundle exec ruby benchmark/require.rb