Skip to content

Bump ruby/setup-ruby from 1.195.0 to 1.196.0 #354

Bump ruby/setup-ruby from 1.195.0 to 1.196.0

Bump ruby/setup-ruby from 1.195.0 to 1.196.0 #354

Workflow file for this run

name: Signature
on:
push:
branches:
- 'main'
paths:
- '.github/workflows/signature.yml'
- 'lib/**'
- 'sig/**'
- '**.gemspec'
- 'Gemfile'
- 'Steepfile'
- 'steep_expectations.yml'
- '.yardopts'
- 'Rakefile'
- '.ruby-version'
pull_request:
paths:
- '.github/workflows/signature.yml'
- 'lib/**'
- 'sig/**'
- '**.gemspec'
- 'Gemfile'
- 'Steepfile'
- 'steep_expectations.yml'
- '.yardopts'
- 'Rakefile'
- '.ruby-version'
jobs:
rbs:
timeout-minutes: 15
runs-on: 'ubuntu-24.04'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake rbs
yard:
timeout-minutes: 15
runs-on: 'ubuntu-24.04'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake signature:validate_yard