Skip to content

Update rubocop requirement from ~> 1.71.0 to ~> 1.71.1 in the rubocop-dependencies group #393

Update rubocop requirement from ~> 1.71.0 to ~> 1.71.1 in the rubocop-dependencies group

Update rubocop requirement from ~> 1.71.0 to ~> 1.71.1 in the rubocop-dependencies group #393

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@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.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@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake signature:validate_yard