Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Update irb-power_assert requirement from 0.1.1 to 0.2.0 #131

Update irb-power_assert requirement from 0.1.1 to 0.2.0

Update irb-power_assert requirement from 0.1.1 to 0.2.0 #131

Workflow file for this run

name: Signature
on:
push:
branches:
- main
paths:
- '.github/workflows/test_signatures.yml'
- 'lib/**'
- 'sig/**'
- 'exe/**'
- '**.md'
- '**.txt'
- '**.gemspec'
- 'Gemfile'
- 'Steepfile'
- '.yardopts'
- 'Rakefile'
pull_request:
paths:
- '.github/workflows/test_signatures.yml'
- 'lib/**'
- 'sig/**'
- 'exe/**'
- '**.md'
- '**.txt'
- '**.gemspec'
- 'Gemfile'
- 'Steepfile'
- '.yardopts'
- 'Rakefile'
jobs:
validate_signatures:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['3.2']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake validate_signatures