Skip to content

Bump the rubocop-dependencies group with 2 updates #211

Bump the rubocop-dependencies group with 2 updates

Bump the rubocop-dependencies group with 2 updates #211

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-latest'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake rbs
yard:
timeout-minutes: 15
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake signature:validate_yard