Skip to content

Restrict gemspec sig path to sig/http/ to exclude unrelated type sign… #6

Restrict gemspec sig path to sig/http/ to exclude unrelated type sign…

Restrict gemspec sig path to sig/http/ to exclude unrelated type sign… #6

Workflow file for this run

name: Docs
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
BUNDLE_WITHOUT: "sig"
jobs:
yardstick:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-3.4
bundler-cache: true
- name: bundle exec rake verify_measurements
run: bundle exec rake verify_measurements