Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Update rake requirement from ~> 13.1.0 to ~> 13.2.1 #224

Update rake requirement from ~> 13.1.0 to ~> 13.2.1

Update rake requirement from ~> 13.1.0 to ~> 13.2.1 #224

Workflow file for this run

name: Signature
on:
push:
branches:
- main
paths:
- '.github/workflows/test_signatures.yml'
- 'lib/**'
- 'exe/**'
- '**.md'
- '**.txt'
- '**.gemspec'
- 'Gemfile'
- '.yardopts'
- 'Rakefile'
pull_request:
paths:
- '.github/workflows/test_signatures.yml'
- 'lib/**'
- 'exe/**'
- '**.md'
- '**.txt'
- '**.gemspec'
- 'Gemfile'
- '.yardopts'
- 'Rakefile'
jobs:
validate_signatures:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake validate_signatures >/dev/null